summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-03-19 21:07:54 +0000
committerjlam <jlam@pkgsrc.org>2003-03-19 21:07:54 +0000
commit1bcf64119a1378b409241e96c27a4fcc06bbd032 (patch)
tree9487963a473ddf3b9efe8be54db7aa136a51974c /security/cyrus-sasl
parent11f6e9458cad5d31709d217d55765eb4a97a778f (diff)
downloadpkgsrc-1bcf64119a1378b409241e96c27a4fcc06bbd032.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