aboutsummaryrefslogtreecommitdiff
path: root/mail/imap-uw/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-04-16 18:49:39 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-04-16 18:49:39 +0000
commitabdbcb5f1edc5e419f7737e78a84a31bfa37a4a7 (patch)
tree82c95fe97909b3fe64bca3776c69a6fc9d778cd6 /mail/imap-uw/Makefile
parent24ca44dfa7c954518ec8926023458bc0f9e16eca (diff)
downloadports-abdbcb5f1edc5e419f7737e78a84a31bfa37a4a7.tar.gz
ports-abdbcb5f1edc5e419f7737e78a84a31bfa37a4a7.zip
Notes
Diffstat (limited to 'mail/imap-uw/Makefile')
-rw-r--r--mail/imap-uw/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index 782dd4bb8df7..203ee6bbcc38 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -6,18 +6,24 @@
#
PORTNAME= imap
-PORTVERSION= 0104051333
+PORTVERSION= 0104101757
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
+ ftp://ftp.nuug.no/pub/anders/distfiles/%SUBDIR%/ \
+ http://www.freenix.no/~anders/%SUBDIR%/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/mail/%SUBDIR%/ \
http://mirror.nucba.ac.jp/mirror/imap/%SUBDIR%/ \
ftp://ftp.uni-halle.de/pub/mail/pine/%SUBDIR%/
MASTER_SITE_SUBDIR= . old
+.if defined(WITH_DRAC)
+PKGNAMESUFFIX= -uw-drac
+.else
PKGNAMESUFFIX= -uw
+.endif
DISTNAME= imap-2001.BETA.SNAP-${PORTVERSION}
DISTFILES= ${DISTNAME}.tar.Z imap-utils.tar.Z
-MAINTAINER= ports@freebsd.org
+MAINTAINER= anders@fix.no
LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient
.if defined(WITH_DRAC)
@@ -75,7 +81,6 @@ post-install:
@${ECHO}
@${ECHO} "Remember to recompile and reinstall your cclient port with SSL support too, if"
@${ECHO} "you had it installed without SSL support."
- @${ECHO}
@${ECHO} "================================================================================"
.endif