diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-07-03 11:21:50 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-07-03 11:21:50 +0000 |
commit | 32bd4179fa0e1640d5a0f25e70a9af8c333f5f27 (patch) | |
tree | 4ba121549b46ee0155f54a4207ce9f037acf8f67 /mail/exim-ldap2 | |
parent | 329748b6774c5c28a6c15229ba72eee7b5381140 (diff) | |
download | FreeBSD-ports-32bd4179fa0e1640d5a0f25e70a9af8c333f5f27.zip FreeBSD-ports-32bd4179fa0e1640d5a0f25e70a9af8c333f5f27.tar.gz |
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')
-rw-r--r-- | mail/exim-ldap2/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/exim-ldap2/Makefile b/mail/exim-ldap2/Makefile new file mode 100644 index 0000000..a72cdc0 --- /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" |