14 lines
489 B
Makefile
14 lines
489 B
Makefile
# $NetBSD: Makefile,v 1.14 2016/03/05 11:28:50 jperkin Exp $
|
|
|
|
PKGREVISION= 5
|
|
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"
|