summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl
diff options
context:
space:
mode:
authorjlam <jlam>2003-03-19 21:07:54 +0000
committerjlam <jlam>2003-03-19 21:07:54 +0000
commit40686c2786cb40a4f513f85b66998197fa6dc491 (patch)
tree9487963a473ddf3b9efe8be54db7aa136a51974c /security/cyrus-sasl
parentac554897f900e8a52ffa9f09900e24b38706798e (diff)
downloadpkgsrc-40686c2786cb40a4f513f85b66998197fa6dc491.tar.gz
Add a section to deal with SASL plugins, and clarify where this file
should be included in package Makefiles.
Diffstat (limited to 'security/cyrus-sasl')
-rw-r--r--security/cyrus-sasl/Makefile.common11
1 files changed, 8 insertions, 3 deletions
diff --git a/security/cyrus-sasl/Makefile.common b/security/cyrus-sasl/Makefile.common
index 1a99fac0313..8e8afc9de34 100644
--- a/security/cyrus-sasl/Makefile.common
+++ b/security/cyrus-sasl/Makefile.common
@@ -1,4 +1,7 @@
-# $NetBSD: Makefile.common,v 1.1 2003/03/19 21:02:00 jlam Exp $
+# $NetBSD: Makefile.common,v 1.2 2003/03/19 21:07:54 jlam Exp $
+#
+# This Makefile fragment should be included _below_ and SASL_PLUGIN
+# definition and _above_ any CONFIGURE_ARGS definitions.
DISTNAME= cyrus-sasl-1.5.27
CATEGORIES= security
@@ -8,12 +11,14 @@ MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://asg.web.cmu.edu/sasl/
-PLUGIN_DEPENDS= cyrus-sasl>=1.5.27
-
DISTINFO_FILE= ${.CURDIR}/../cyrus-sasl/distinfo
FILESDIR= ${.CURDIR}/../cyrus-sasl/files
PATCHDIR= ${.CURDIR}/../cyrus-sasl/patches
+.if defined(SASL_PLUGIN) && !empty(SASL_PLUGIN:M[yY][eE][sS])
+DEPENDS+= cyrus-sasl>=1.5.27
+.endif
+
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES