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.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/ingo/options.mk b/mail/ingo/options.mk
new file mode 100644
index 00000000000..f96981bc76b
--- /dev/null
+++ b/mail/ingo/options.mk
@@ -0,0 +1,20 @@
+# $NetBSD: options.mk,v 1.1.1.1 2006/03/31 22:06:34 adrianp Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.ingo
+PKG_SUPPORTED_OPTIONS= sieve imap
+
+.include "../../mk/bsd.options.mk"
+
+###
+### Bring in support for the sieve filtering language
+###
+.if !empty(PKG_OPTIONS:Msieve)
+DEPENDS+= 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-imap>4.3.3:../../mail/php-imap
+.endif