summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam>2003-03-19 21:07:54 +0000
committerjlam <jlam>2003-03-19 21:07:54 +0000
commitc6bdc3a42e879638c7334cdf0d9297c40f5144b3 (patch)
tree9487963a473ddf3b9efe8be54db7aa136a51974c /security
parent8d352e4c637878a2419ed4fbbd7adb4b4b753373 (diff)
downloadpkgsrc-c6bdc3a42e879638c7334cdf0d9297c40f5144b3.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')
-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