Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / cy2-digestmd5 / Makefile
blob1e76e767b4a59a1c4b52e922ca1bfd9facdf3fc9
1 # $NetBSD: Makefile,v 1.16 2013/02/06 23:23:34 jperkin Exp $
3 PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-digestmd5/}
4 PKGREVISION= 1
5 COMMENT= Cyrus SASL DIGEST-MD5 authentication plugin
6 SASL_PLUGIN= yes
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}
16 BUILD_DIRS= plugins
17 BUILD_TARGET= libdigestmd5.la
19 .include "../../security/openssl/buildlink3.mk"
21 do-install:
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"