pkgsrc/security/cy2-crammd5/Makefile

21 lines
535 B
Makefile

# $NetBSD: Makefile,v 1.6 2006/04/18 17:42:12 jlam Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-crammd5/}
COMMENT= Cyrus SASL CRAM-MD5 authentication plugin
SASL_PLUGIN= yes
CONFLICTS= cyrus-sasl<=2.1.19nb1
.include "../../security/cyrus-sasl/Makefile.common"
CONFIGURE_ARGS+= --enable-cram
BUILD_DIRS= ${WRKSRC}/plugins
BUILD_TARGET= libcrammd5.la
do-install:
${INSTALL_DATA_DIR} ${PLUGINDIR}
cd ${WRKSRC}/plugins && ${SHLIBTOOL} --mode=install \
${INSTALL_PROGRAM} libcrammd5.la ${PLUGINDIR}
.include "../../mk/bsd.pkg.mk"