aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim-ldap2/Makefile
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-07-03 19:21:50 +0800
committersheldonh <sheldonh@FreeBSD.org>2001-07-03 19:21:50 +0800
commit32bd4179fa0e1640d5a0f25e70a9af8c333f5f27 (patch)
tree4ba121549b46ee0155f54a4207ce9f037acf8f67 /mail/exim-ldap2/Makefile
parent329748b6774c5c28a6c15229ba72eee7b5381140 (diff)
downloadfreebsd-ports-graphics-32bd4179fa0e1640d5a0f25e70a9af8c333f5f27.tar.gz
freebsd-ports-graphics-32bd4179fa0e1640d5a0f25e70a9af8c333f5f27.tar.zst
freebsd-ports-graphics-32bd4179fa0e1640d5a0f25e70a9af8c333f5f27.zip
Add slave port for Exim so that packages will be built for Exim
that include support for LDAP using OpenLDAP2.
Diffstat (limited to 'mail/exim-ldap2/Makefile')
-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 00000000000..a72cdc0e806
--- /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"