pkgsrc/mail/perdition-ldap/Makefile
ghen c1827c9391 The databases/openldap package has been split in -client and -server component
packages.  Convert LDAP-based applications to depend on openldap-client, and
bump PKGREVISION for those that depend on it by default.
2006-05-31 18:52:38 +00:00

13 lines
401 B
Makefile

# $NetBSD: Makefile,v 1.3 2006/05/31 18:52:38 ghen Exp $
#
PKGREVISION= 2
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
.include "../../databases/openldap-client/buildlink3.mk"
.include "../perdition/Makefile.common"