6e02d7ee41
Suggested by Roland Illig, ok'd by various.
21 lines
523 B
Makefile
21 lines
523 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/12/03 15:15:08 wiz 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 "../cyrus-sasl2/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"
|