1 # $NetBSD: Makefile,v 1.8 2012/10/23 18:16:23 asau Exp $
3 PKGNAME
= ${DISTNAME
:S
/cyrus-sasl
/cy2-plain
/}
4 COMMENT
= Cyrus SASL PLAIN authentication plugin
7 CONFLICTS
= cyrus-sasl
<=2.1.19nb1
9 .
include "../../security/cyrus-sasl/Makefile.common"
11 CONFIGURE_ARGS
+= --enable-plain
14 BUILD_TARGET
= libplain.la
17 ${INSTALL_DATA_DIR} ${DESTDIR}${PLUGINDIR}
18 cd
${WRKSRC}/plugins
&& ${SHLIBTOOL} --mode
=install \
19 ${INSTALL_PROGRAM} libplain.la
${DESTDIR}${PLUGINDIR}
21 .
include "../../mk/bsd.pkg.mk"