aboutsummaryrefslogtreecommitdiff
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
parentf25a03f80413fdc6ffb25e2a1746da1dad9ca602 (diff)
downloadports-dc05a053aded0bfb4b842c15ddfe7d58562e2c93.tar.gz
ports-dc05a053aded0bfb4b842c15ddfe7d58562e2c93.zip
Notes
-rw-r--r--mail/Makefile1
-rw-r--r--mail/exim-ldap2/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index f134cddb50f8..e98932c29523 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -31,6 +31,7 @@
SUBDIR += evolution
SUBDIR += exim
SUBDIR += exim-ldap
+ SUBDIR += exim-ldap2
SUBDIR += exim-mysql
SUBDIR += exim-postgresql
SUBDIR += exmh2
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"