aboutsummaryrefslogtreecommitdiff
path: root/mail/imap-uw
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2007-06-26 08:08:56 +0000
committerAnders Nordby <anders@FreeBSD.org>2007-06-26 08:08:56 +0000
commit05399447ff6102854158310f4eab91a49c4515b3 (patch)
tree9fcdaf2f3515dbd7c529d95ddccb5b515b4c9601 /mail/imap-uw
parent8b80fc98bf6cf0bd78586a52e1841e6277a725c8 (diff)
downloadports-05399447ff6102854158310f4eab91a49c4515b3.tar.gz
ports-05399447ff6102854158310f4eab91a49c4515b3.zip
Add OPTIONS list.
Add knob to choose mbx as default mailbox format, in cclient. PR: 88941, 88942 Submitted by: Mats Dufberg <mats@dufberg.se>
Notes
Notes: svn path=/head/; revision=194276
Diffstat (limited to 'mail/imap-uw')
-rw-r--r--mail/imap-uw/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index f0fa403e0cc8..b8f127703b4d 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -22,6 +22,15 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= anders@FreeBSD.org
COMMENT= University of Washington IMAP4rev1/POP2/POP3 mail servers
+# This port must have the same SSL settings as mail/cclient, which it depends on
+# To make MBX format the default mailbox format, change the settings of cclient
+
+OPTIONS= SSL "Compile with SSL support" on \
+ SSL_AND_PLAINTEXT "Allow plain text passwords and SSL" off \
+ DRAC "Dynamically open MTA for relaying" off \
+ NETSCAPE_BRAIN_DAMAGE "See Makefile for documentation" off \
+ ENTOURAGE_BRAIN_DAMAGE "See Makefile for documentation" off
+
LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient
.if defined(WITH_DRAC)
BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac