blob: 1a883ad5db4fdfa50de6e4b9194c29c4251b5726 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.7 2010/01/17 12:02:25 wiz Exp $
#
PKGREVISION= 5
PERDITION_COMMENT= LDAP user database module
PERDITION_PKGNAME= ldap
PKG_DESTDIR_SUPPORT= user-destdir
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"
|