summaryrefslogtreecommitdiff
path: root/mail/imap-uw/Makefile
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2001-04-09 23:29:39 +0000
committerNick Sayer <nsayer@FreeBSD.org>2001-04-09 23:29:39 +0000
commit39e13470d438ee49a350622b39e35f320337469d (patch)
tree93bc1c00a00323ab48d6fdb092fc646a7b5e5a5f /mail/imap-uw/Makefile
parentPrepend %%PORTDOCS%% where needed. (diff)
Fix cclient and imap-uw to use the latest UW beta and use the
bsd.port.mk SSL variables Submitted by: anders@fix.no
Notes
Notes: svn path=/head/; revision=41156
Diffstat (limited to 'mail/imap-uw/Makefile')
-rw-r--r--mail/imap-uw/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index 323cc803231e..782dd4bb8df7 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= imap
-PORTVERSION= 0104031813
+PORTVERSION= 0104051333
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/mail/%SUBDIR%/ \
@@ -23,15 +23,13 @@ LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient
.if defined(WITH_DRAC)
BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac
.endif
-.if defined(WITH_SSL)
-USE_OPENSSL= yes
-.endif
MAN8= ipopd.8 imapd.8
-.if defined(WITH_SSL)
-ALL_TARGET= bsf SSLTYPE=unix
-.else
+
ALL_TARGET= bsf
+.if defined(WITH_SSL)
+MAKE_ARGS+= SSLTYPE=unix
+USE_OPENSSL= yes
.endif
.include <bsd.port.pre.mk>
@@ -70,7 +68,7 @@ post-install:
@${ECHO} "To create and install a new SSL certificate for imapd and ipop3d, type \"make"
@${ECHO} "cert\"."
@${ECHO}
- @${ECHO} "Example inetd config for the SSL services:"
+ @${ECHO} "Example inetd config for SSL only services:"
@${ECHO}
@${ECHO} "pop3s stream tcp nowait root /usr/local/libexec/ipop3d ipop3d"
@${ECHO} "imaps stream tcp nowait root /usr/local/libexec/imapd imapd"