07e4f67f2f
New in 2.1.23 ------------- * Fixed CERT VU#238019 (make sure sasl_encode64() always NUL terminates output or returns SASL_BUFOVER)
24 lines
671 B
Makefile
24 lines
671 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/05/14 23:00:47 obache Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-ldapdb/}
|
|
COMMENT= Cyrus SASL LDAPDB authentication plugin
|
|
SASL_PLUGIN= yes
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../security/cyrus-sasl/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --with-ldap=${BUILDLINK_PREFIX.openldap}
|
|
CONFIGURE_ARGS+= --enable-ldapdb
|
|
|
|
BUILD_DIRS= ${WRKSRC}/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"
|