pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/ingo Add in support for procmail and maildrop scr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb0748a7dd9f
branches:  trunk
changeset: 517419:fb0748a7dd9f
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Thu Aug 10 14:33:06 2006 +0000

description:
Add in support for procmail and maildrop scripts

diffstat:

 mail/ingo/options.mk |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 4586466f604e -r fb0748a7dd9f mail/ingo/options.mk
--- a/mail/ingo/options.mk      Thu Aug 10 14:30:36 2006 +0000
+++ b/mail/ingo/options.mk      Thu Aug 10 14:33:06 2006 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index