summaryrefslogtreecommitdiff
path: root/mail/exim-ldap2
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-07-03 11:21:50 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-07-03 11:21:50 +0000
commitdc05a053aded0bfb4b842c15ddfe7d58562e2c93 (patch)
treed2f40e84b5e76152785f3fc530e7aa8982a2d175 /mail/exim-ldap2
parentRemove a comment obsoleted by rev 1.89 of ports/mail/exim/Makefile . (diff)
Add slave port for Exim so that packages will be built for Exim
that include support for LDAP using OpenLDAP2.
Notes
Notes: svn path=/head/; revision=44692
Diffstat (limited to 'mail/exim-ldap2')
-rw-r--r--mail/exim-ldap2/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/exim-ldap2/Makefile b/mail/exim-ldap2/Makefile
new file mode 100644
index 000000000000..a72cdc0e8063
--- /dev/null
+++ b/mail/exim-ldap2/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: exim-ldap2
+# Date created: 3 Jul 2001
+# Whom: Sheldon Hearn <sheldonh@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -ldap2
+MASTERDIR= ${.CURDIR}/../exim
+
+WITH_LDAP= yes
+LDAP_LIB_TYPE= OPENLDAP2
+
+.include "${MASTERDIR}/Makefile"