aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"