summaryrefslogtreecommitdiff
path: root/mail/ingo/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ingo/options.mk')
-rw-r--r--mail/ingo/options.mk34
1 files changed, 0 insertions, 34 deletions
diff --git a/mail/ingo/options.mk b/mail/ingo/options.mk
deleted file mode 100644
index dcb5eabe4ee..00000000000
--- a/mail/ingo/options.mk
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: options.mk,v 1.5 2006/08/11 16:32:21 adrianp Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.ingo
-PKG_SUPPORTED_OPTIONS= sieve imap maildrop procmail
-
-.include "../../mk/bsd.options.mk"
-
-###
-### Bring in support for the sieve filtering language
-###
-.if !empty(PKG_OPTIONS:Msieve)
-DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_Sieve>=1.0.0:../../net/pear-Net_Sieve
-.endif
-
-###
-### Bring in support for an IMAP server
-###
-.if !empty(PKG_OPTIONS:Mimap)
-DEPENDS+= ${PHP_PKG_PREFIX}-imap>4.3.3:../../mail/php-imap
-.endif
-
-###
-### maildrop support needs the PHP FTP extension
-###
-.if !empty(PKG_OPTIONS:Mmaildrop)
-DEPENDS+= ${PHP_PKG_PREFIX}-ftp>4.3.3:../../net/php-ftp
-.endif
-
-###
-### procmail support needs the PHP FTP extension
-###
-.if !empty(PKG_OPTIONS:Mprocmail)
-DEPENDS+= ${PHP_PKG_PREFIX}-ftp>4.3.3:../../net/php-ftp
-.endif