diff options
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" |