pkgsrc/security/cy2-ldapdb/Makefile
obache 1a2232ca27 Import cy2-ldapdb version 2.1.22.
Based on PR 33317 by Yoshito Komatsu.

SASL is a method for adding authentication support to connection-based
protocols.  To use SASL, a protocol includes a command for identifying and
authenticating a user to a server and for optionally negotiating protection
of subsequent protocol interactions.  If its use is negotiated, a security
layer is inserted between the protocol and the connection.

This is the Cyrus SASL plugin that implements the LDAPDB authentication
2006-11-25 13:35:25 +00:00

22 lines
620 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/11/25 13:35:25 obache Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-ldapdb/}
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= ${WRKSRC}/plugins
BUILD_TARGET= libldapdb.la
.include "../../databases/openldap-client/buildlink3.mk"
do-install:
${INSTALL_DATA_DIR} ${PLUGINDIR}
cd ${WRKSRC}/plugins && ${SHLIBTOOL} --mode=install \
${INSTALL_PROGRAM} libldapdb.la ${PLUGINDIR}
.include "../../mk/bsd.pkg.mk"