aboutsummaryrefslogtreecommitdiff
path: root/mail/imap-uw/Makefile
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2004-06-04 14:25:10 +0000
committerAnders Nordby <anders@FreeBSD.org>2004-06-04 14:25:10 +0000
commitadfcae54db273889a8043c9ae6abd95fdcba5f32 (patch)
tree15d8adae78313fe6b56355f6e7949e90e3b05c55 /mail/imap-uw/Makefile
parentf6070309f24dc92f43f8115e25901b66e4072144 (diff)
downloadports-adfcae54db273889a8043c9ae6abd95fdcba5f32.tar.gz
ports-adfcae54db273889a8043c9ae6abd95fdcba5f32.zip
Update to imap-2004.
Adds support for IPv6 amongst other things. Install docs in DOCSDIR. PR: 66518 Submitted by: Christian Kratzer <ck@cksoft.de>
Notes
Notes: svn path=/head/; revision=110822
Diffstat (limited to 'mail/imap-uw/Makefile')
-rw-r--r--mail/imap-uw/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index 2c5d8b9e023e..4d0797a8c02c 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= imap
-PORTVERSION= 2002d
+PORTVERSION= 2004
PORTEPOCH= 1
-CATEGORIES= mail
+CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
ftp://ftp.nuug.no/pub/anders/distfiles/%SUBDIR%/ \
http://atreides.freenix.no/~anders/%SUBDIR%/ \
@@ -26,6 +26,7 @@ LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient
BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac
.endif
+DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
WRKSRC= ${WRKDIR}/${DISTNAME}
MAN1= dmail.1 mailutil.1 tmail.1
@@ -102,6 +103,11 @@ post-install:
@${ECHO} "imaps stream tcp nowait root ${PREFIX}/libexec/imapd imapd"
@${ECHO} "================================================================================"
.endif
+.if !defined(NOPORTDOCS)
+ ${MKDIR} -m 0755 -p ${DOCSDIR}
+ @${TAR} -C ${WRKSRC}/docs -cf - . | \
+ (umask 022; ${TAR} -C ${DOCSDIR} -xf -)
+.endif
cert:
@${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/certs