diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-08-10 14:33:06 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-08-10 14:33:06 +0000 |
commit | 311dfd24db87228a7a875bcf8707ea5a775f36e5 (patch) | |
tree | b8720ea11a22daa32c087ed3c0835760c8cc3d1d /mail | |
parent | b1fc0d34377af795d3523f4ea837cb6d05eaa9af (diff) | |
download | pkgsrc-311dfd24db87228a7a875bcf8707ea5a775f36e5.tar.gz |
Add in support for procmail and maildrop scripts
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ingo/options.mk | 11 |
1 files changed, 9 insertions, 2 deletions
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 |