pkgsrc/mail/perdition-ldap/Makefile
tnn ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00

16 lines
487 B
Makefile

# $NetBSD: Makefile,v 1.5 2008/01/18 05:08:28 tnn Exp $
#
PKGREVISION= 4
PERDITION_COMMENT= LDAP user database module
PERDITION_PKGNAME= ldap
CONFIGURE_ARGS+= --with-ldap-includes=${BUILDLINK_PREFIX.openldap-client}/include
CONFIGURE_ARGS+= --with-ldap-libs=${BUILDLINK_PREFIX.openldap-client}/lib
USE_TOOLS+= bash:run
REPLACE_BASH+= perdition/db/ldap/perditiondb_ldap_makedb
.include "../../databases/openldap-client/buildlink3.mk"
.include "../../mail/perdition/Makefile.common"