From c6bdc3a42e879638c7334cdf0d9297c40f5144b3 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 19 Mar 2003 21:07:54 +0000 Subject: Add a section to deal with SASL plugins, and clarify where this file should be included in package Makefiles. --- security/cyrus-sasl/Makefile.common | 11 ++++++++--- 1 file 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 -- cgit v1.2.3