diff options
author | petef <petef@FreeBSD.org> | 2001-10-05 16:28:52 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-10-05 16:28:52 +0800 |
commit | 48fdd146160a807420f4c5ea032bd7554b6fc2b3 (patch) | |
tree | bc190f349b088487193cf357a6b88c208b98f6ee /mail/imap-uw/Makefile | |
parent | 5d5387862f2b032f2588dd44db379d4a94c32e7c (diff) | |
download | freebsd-ports-gnome-48fdd146160a807420f4c5ea032bd7554b6fc2b3.tar.gz freebsd-ports-gnome-48fdd146160a807420f4c5ea032bd7554b6fc2b3.tar.zst freebsd-ports-gnome-48fdd146160a807420f4c5ea032bd7554b6fc2b3.zip |
- Upgrade to imap-2001.FINAL
- Install additional cclient header files
- Move SSL dependency generation for cclient to post-build
- Bump PORTEPOCH
- Removed -drac PKGNAMESUFFIX,more confusion than extra info
- Remove futile build of imapd/ipop3d/ipop2d in cclient, and libc-client4.a
in the imap-uw port.
- Respect CFLAGS and CC
PR: 30954
Submitted by: maintainer
Diffstat (limited to 'mail/imap-uw/Makefile')
-rw-r--r-- | mail/imap-uw/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index cbff09ca4c77..c979923c3afd 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -6,7 +6,8 @@ # PORTNAME= imap -PORTVERSION= 0106191041 +PORTVERSION= 2001 +PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \ ftp://ftp.nuug.no/pub/anders/distfiles/%SUBDIR%/ \ @@ -15,12 +16,8 @@ MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%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} +DISTNAME= imap-2001.FINAL DISTFILES= ${DISTNAME}.tar.Z imap-utils.tar.Z MAINTAINER= anders@fix.no @@ -30,6 +27,8 @@ LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac .endif +WRKSRC= ${WRKDIR}/imap-2001.RELEASE-CANDIDATE.1 + MAN8= ipopd.8 imapd.8 ALL_TARGET= bsf @@ -121,7 +120,7 @@ post-install: .endif .if defined(WITH_SSL) @${ECHO} "To create and install a new SSL certificate for imapd and ipop3d, type \"make" - @${ECHO} "cert\"." + @${ECHO} "cert\". Or install manually in ${PREFIX}/certs." @${ECHO} @${ECHO} "Example inetd config for SSL only services:" @${ECHO} |