summaryrefslogtreecommitdiffstats
path: root/mail/qmail-ldap
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2000-12-11 14:55:48 +0000
committerlioux <lioux@FreeBSD.org>2000-12-11 14:55:48 +0000
commit48389a82e2235681963ba5e9ef2a5017538df66d (patch)
treeb49f8a383238a71b7e75ccf30d11851641866e6b /mail/qmail-ldap
parente782284ef2bacfb6b65c8a4958ccf6d030f6480f (diff)
downloadFreeBSD-ports-48389a82e2235681963ba5e9ef2a5017538df66d.zip
FreeBSD-ports-48389a82e2235681963ba5e9ef2a5017538df66d.tar.gz
Updated to latest patch level version 20001201
Also, added some WITH_* user options
Diffstat (limited to 'mail/qmail-ldap')
-rw-r--r--mail/qmail-ldap/Makefile14
1 files changed, 13 insertions, 1 deletions
diff --git a/mail/qmail-ldap/Makefile b/mail/qmail-ldap/Makefile
index 3672686..3059ca7 100644
--- a/mail/qmail-ldap/Makefile
+++ b/mail/qmail-ldap/Makefile
@@ -29,7 +29,19 @@ DOCFILES+= ${WRKSRC}/QLDAPINSTALL ${WRKSRC}/QLDAPNEWS \
${WRKSRC}/QLDAPTODO ${WRKSRC}/QLDAPPICTURE \
${WRKSRC}/ANTISPAM
-LDAP_PATCH_DATE= 20000701
+LDAP_PATCH_DATE= 20001201
+
+.if defined(WITH_LDAP_CLUSTER)
+EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ldap-cluster
+.endif # WITH_LDAP_CLUSTER
+#
+.if defined(WITH_AUTOMAILDIRMAKE)
+EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-automaildirmake
+.endif # WITH_AUTOMAILDIRMAKE
+#
+.if defined(WITH_AUTOHOMEDIRMAKE)
+EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-autohomedirmake
+.endif # WITH_AUTOHOMEDIRMAKE
# Local overrides
MASTERDIR= ${PORTSDIR}/mail/qmail
OpenPOWER on IntegriCloud