diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-05-18 13:59:30 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-05-18 13:59:30 +0000 |
commit | 5ed70c761794cbfa598b90d67da13c826b039177 (patch) | |
tree | 6b2d00502565e5301a195095af36b0692289ae67 /mail/exim | |
parent | 5dec46b80bca2537fb749b30c74eee5e412d7d6c (diff) | |
download | ports-5ed70c761794cbfa598b90d67da13c826b039177.tar.gz ports-5ed70c761794cbfa598b90d67da13c826b039177.zip |
Notes
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index d258fa5c2018..36b5178bf84b 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -31,11 +31,19 @@ MAKE_ENV+= OSTYPE=${OPSYS} ARCHTYPE=${MACHINE_ARCH} #WITH_MYSQL= yes #WITH_PAM= yes -# If WITH_PAM==yes then one or more of PAM_CRAM_MD5 and PAM_PLAINTEXT +# If WITH_PAM is defined then one or more of PAM_CRAM_MD5 and PAM_PLAINTEXT # must be left uncommented. PAM_CRAM_MD5= yes PAM_PLAINTEXT= yes +# Uncommment the WITH_LDAP definition to enable LDAP lookups (requires +# the openldap port. +#WITH_LDAP= yes + +# If WITH_LDAP is defined, LDAP_LIB_TYPE must be one of UMICHIGAN, +# NETSCAPE or SOLARIS7. +LDAP_LIB_TYPE=UMICHIGAN + # Uncomment to compile support for non-standard mailbox formats. #WITH_MAILDIR= yes #WITH_MAILSTORE= yes @@ -49,8 +57,6 @@ SEDLIST= -e 's,XX_PREFIX_XX,${PREFIX},' \ SEDLIST+= -e 's/^EXIM_MONITOR/\#EXIM_MONITOR/' .endif -# BROKEN: the WITH_LDAP stuff will not work until the openldap port -# builds a shared liblber. .if defined(WITH_LDAP) LIB_DEPENDS+= lber.1:${PORTSDIR}/net/openldap SEDLIST+= -e 's,XX_LDAP_LIBS_XX,-L${PREFIX}/lib -llber -lldap,' \ |