pkgsrc/security/cy2-plain/Makefile
2004-12-03 15:14:50 +00:00

21 lines
515 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/12/03 15:15:08 wiz Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-plain/}
COMMENT= Cyrus SASL PLAIN authentication plugin
SASL_PLUGIN= yes
CONFLICTS= cyrus-sasl<=2.1.19nb1
.include "../cyrus-sasl2/Makefile.common"
CONFIGURE_ARGS+= --enable-plain
BUILD_DIRS= ${WRKSRC}/plugins
BUILD_TARGET= libplain.la
do-install:
${INSTALL_DATA_DIR} ${PLUGINDIR}
cd ${WRKSRC}/plugins && ${SHLIBTOOL} --mode=install \
${INSTALL_PROGRAM} libplain.la ${PLUGINDIR}
.include "../../mk/bsd.pkg.mk"