From 311dfd24db87228a7a875bcf8707ea5a775f36e5 Mon Sep 17 00:00:00 2001 From: adrianp Date: Thu, 10 Aug 2006 14:33:06 +0000 Subject: Add in support for procmail and maildrop scripts --- mail/ingo/options.mk | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/ingo/options.mk b/mail/ingo/options.mk index 4e2d4c893d7..23ceafa0e22 100644 --- a/mail/ingo/options.mk +++ b/mail/ingo/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.2 2006/06/02 18:27:56 joerg Exp $ +# $NetBSD: options.mk,v 1.3 2006/08/10 14:33:06 adrianp Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ingo -PKG_SUPPORTED_OPTIONS= sieve imap +PKG_SUPPORTED_OPTIONS= sieve imap ftp .include "../../mk/bsd.options.mk" @@ -18,3 +18,10 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_Sieve>=1.0.0:../../net/pear-Net_Sieve .if !empty(PKG_OPTIONS:Mimap) DEPENDS+= ${PHP_PKG_PREFIX}-imap>4.3.3:../../mail/php-imap .endif + +### +### procmail or dropmail support need the PHP FTP extension +### +.if !empty((PKG_OPTIONS:Mftp) +DEPENDS+= ${PHP_PKG_PREFIX}-ftp>4.3.3:../../net/php-ftp +.endif -- cgit v1.2.3