mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
24 lines
643 B
Makefile
24 lines
643 B
Makefile
# $NetBSD: Makefile,v 1.11 2016/03/05 11:29:19 jperkin Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-ldapdb/}
|
|
PKGREVISION= 3
|
|
COMMENT= Cyrus SASL LDAPDB authentication plugin
|
|
SASL_PLUGIN= yes
|
|
|
|
.include "../../security/cyrus-sasl/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --with-ldap=${BUILDLINK_PREFIX.openldap}
|
|
CONFIGURE_ARGS+= --enable-ldapdb
|
|
|
|
BUILD_DIRS= plugins
|
|
BUILD_TARGET= libldapdb.la
|
|
|
|
.include "../../databases/openldap-client/buildlink3.mk"
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${PLUGINDIR}
|
|
cd ${WRKSRC}/plugins && ${SHLIBTOOL} --mode=install \
|
|
${INSTALL_PROGRAM} libldapdb.la ${DESTDIR}${PLUGINDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|