1 # $NetBSD: Makefile,v 1.16 2013/02/06 23:23:34 jperkin Exp $
3 PKGNAME
= ${DISTNAME
:S
/cyrus-sasl
/cy2-digestmd5
/}
5 COMMENT
= Cyrus SASL DIGEST-MD5 authentication plugin
8 CONFLICTS
= cyrus-sasl
<=2.1.19nb1
10 .
include "../../security/cyrus-sasl/Makefile.common"
12 CONFIGURE_ARGS
+= --enable-digest
13 CONFIGURE_ARGS
+= --with-rc4
14 CONFIGURE_ARGS
+= --with-openssl
=${SSLBASE
:Q
}
17 BUILD_TARGET
= libdigestmd5.la
19 .
include "../../security/openssl/buildlink3.mk"
22 ${INSTALL_DATA_DIR} ${DESTDIR}${PLUGINDIR}
23 cd
${WRKSRC}/plugins
&& ${SHLIBTOOL} --mode
=install \
24 ${INSTALL_PROGRAM} libdigestmd5.la
${DESTDIR}${PLUGINDIR}
26 .
include "../../mk/bsd.pkg.mk"