From 4f9e0625a917a47e888d5146478967168b84ed83 Mon Sep 17 00:00:00 2001 From: eik Date: Mon, 19 Jul 2004 07:25:55 +0000 Subject: add files forgotten in last commit --- mail/websieve/options | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 mail/websieve/options (limited to 'mail/websieve') diff --git a/mail/websieve/options b/mail/websieve/options new file mode 100644 index 000000000000..289f7f9cf9f5 --- /dev/null +++ b/mail/websieve/options @@ -0,0 +1,17 @@ +# $FreeBSD$ +# + +#WITH_CYRUS_IMAPD_VER= none, 22, 21, 20 +# Use the Cyrus IMAP and Sieve perl modules. +# The Cyrus perl modules do not support SSL, but better +# authentication mechanisms than cleartext PLAIN. + + +## AUTOMATICALLY GENERATED FILE - DO NOT CHANGE ANYTHING BELOW THIS LINE ## +# use `make config' to edit the local configuration +# use `make makeconfig' to edit the defaults (MAINTAINER only) + +_OPTIONSNG_READ?=default +.ifndef WITH_CYRUS_IMAPD_VER +WITHOUT_CYRUS_IMAPD_VER?=yes +.endif -- cgit