diff options
Diffstat (limited to 'mail/perdition-ldap/Makefile')
-rw-r--r-- | mail/perdition-ldap/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/perdition-ldap/Makefile b/mail/perdition-ldap/Makefile new file mode 100644 index 00000000000..3dcba464837 --- /dev/null +++ b/mail/perdition-ldap/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1 2006/01/31 21:07:30 tv Exp $ +# + +PERDITION_COMMENT= LDAP user database module +PERDITION_PKGNAME= ldap + +CONFIGURE_ARGS+= --with-ldap-includes=${BUILDLINK_PREFIX.openldap}/include +CONFIGURE_ARGS+= --with-ldap-libs=${BUILDLINK_PREFIX.openldap}/lib + +.include "../../databases/openldap/buildlink3.mk" +.include "../perdition/Makefile.common" |