2012-10-23 20:16:19 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2012/10/23 18:16:23 asau Exp $
|
2004-08-13 20:13:28 +02:00
|
|
|
|
|
|
|
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-crammd5/}
|
|
|
|
COMMENT= Cyrus SASL CRAM-MD5 authentication plugin
|
|
|
|
SASL_PLUGIN= yes
|
|
|
|
|
|
|
|
CONFLICTS= cyrus-sasl<=2.1.19nb1
|
|
|
|
|
2006-04-13 23:45:12 +02:00
|
|
|
.include "../../security/cyrus-sasl/Makefile.common"
|
2004-08-13 20:13:28 +02:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --enable-cram
|
|
|
|
|
|
|
|
BUILD_DIRS= ${WRKSRC}/plugins
|
2004-12-03 16:14:50 +01:00
|
|
|
BUILD_TARGET= libcrammd5.la
|
2004-08-13 20:13:28 +02:00
|
|
|
|
|
|
|
do-install:
|
2008-08-12 12:16:54 +02:00
|
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${PLUGINDIR}
|
2004-08-13 20:13:28 +02:00
|
|
|
cd ${WRKSRC}/plugins && ${SHLIBTOOL} --mode=install \
|
2008-08-12 12:16:54 +02:00
|
|
|
${INSTALL_PROGRAM} libcrammd5.la ${DESTDIR}${PLUGINDIR}
|
2004-08-13 20:13:28 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|