summaryrefslogtreecommitdiff
path: root/security/cy2-plain/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-08-13 18:14:32 +0000
committerjlam <jlam@pkgsrc.org>2004-08-13 18:14:32 +0000
commit9e2403eb8acfe86ea39d630d2f34983f191e7c77 (patch)
tree64a13f5c7df03487d97d6d4eeb58a1fafbf26f4d /security/cy2-plain/Makefile
parent275db1de07e89bd8f121efd63e87cb2ad82bd8fd (diff)
downloadpkgsrc-9e2403eb8acfe86ea39d630d2f34983f191e7c77.tar.gz
Initial import of security/cy2-plain, the SASL PLAIN AUTH plugin.
Diffstat (limited to 'security/cy2-plain/Makefile')
-rw-r--r--security/cy2-plain/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/cy2-plain/Makefile b/security/cy2-plain/Makefile
new file mode 100644
index 00000000000..156d2526649
--- /dev/null
+++ b/security/cy2-plain/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/13 18:14:32 jlam Exp $
+
+PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-plain/}
+COMMENT= Cyrus SASL PLAIN authentication plugin
+SASL_PLUGIN= yes
+
+CONFLICTS= cyrus-sasl<=2.1.19nb1
+
+.include "../cyrus-sasl2/Makefile.common"
+
+CONFIGURE_ARGS+= --enable-plain
+
+BUILD_DIRS= ${WRKSRC}/plugins
+ALL_TARGET= libplain.la
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PLUGINDIR}
+ cd ${WRKSRC}/plugins && ${SHLIBTOOL} --mode=install \
+ ${INSTALL_PROGRAM} libplain.la ${PLUGINDIR}
+
+.include "../../mk/bsd.pkg.mk"