# /usr/ports/mail/Makefile.local by jhs@berklix .if ( defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) || \ defined(BERKLIX_SERVER) ) #{ .undef SUBDIR .endif #} # SUBDIR += cyrus # For future POP3, KPOP, and IMAP4 server # # Before package need chmod +x # # /usr2/ports/mail/cyrus/pkg-install # # ports has disappered in 5.4, now just: # # cyrus-imapd2 cyrus-imapd22 .if defined(BERKLIX_CLIENT) #{ SUBDIR += exmh2 SUBDIR += sylpheed # gary usef as he cant use exmh (cc probs on current) SUBDIR += claws-mail # gary used as new replacement for sylpheed, # not in 6.2, breaks in 7.0, in current. # current break on 6.2 .endif #} .if ( defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) ) #{ SUBDIR += fetchmail .endif #} .if ( defined(BERKLIX_CLIENT) || defined(BERKLIX_SERVER) ) #{ # SUBDIR += majorcool # Very interactive build. I'll be using mailman instead. .if defined(BERKLIX_AMBITIOUS) #{ # if ports=NFS, lock fails SUBDIR += majordomo # needs package p5-Digest-MD5-2.16 Wont build on nfs. .endif #} .endif #} .if defined(BERKLIX_CLIENT) #{ SUBDIR += metamail .if defined(BERKLIX_AMBITIOUS) #{ # if ports=NFS, lock fails # SUBDIR += mutt # Mail reader - Non graphical. .endif #} # SUBDIR += mutt-ng # rec < ernst ? .if defined(BERKLIX_AMBITIOUS) #{ # if ports=NFS, lock fails SUBDIR += nmh # run time dep. of exmh2, Wont build on nfs. .endif #} .endif #} .if defined(BERKLIX_SERVER) #{ SUBDIR += popd # I use on server. Installs /usr/local/libexec/popd. # # Used to need mkdir /usr/local/usr/include. # SUBDIR += popper # A POP 3 server. See also cucipop & popd, .endif #} .if defined(BERKLIX_CLIENT) #{ SUBDIR += procmail .endif #} .if defined(BERKLIX_SERVER) #{ # SUBDIR += qpopper # A POP 3 server. installs /usr/local/libexec/popper .endif #} # .if ( defined(BERKLIX_CLIENT) || defined(BERKLIX_SERVER) ) .if ( defined(BERKLIX_CLIENT) ) #{ # Do NOT yet install mailman by default on ${BERKLIX_SERVER} # as it kills hosts, looping ever more pythons on slow machines. SUBDIR += mailman # Needs python & apache - crontab kills my slow # # host=mini, looping qrunner once per minute. .endif #} .if defined(BERKLIX_SERVER) #{ SUBDIR += openwebmail # installed on berklix servers .endif #} .if defined(BERKLIX_AMBITIOUS) #{ .if defined(BERKLIX_CLIENT) #{ SUBDIR += thunderbird # From mozilla. Phillip used on MS 2007.08 # # Build tree 824M Package 13M6 .endif #} .endif #}