summaryrefslogtreecommitdiff
path: root/mail/qpopper
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-02-10 05:25:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-02-10 05:25:52 +0000
commite9972ae7df1f20ad92bca9e57f83bc0fe0527617 (patch)
tree46cb326a0fd2a86e3fc64092ea15128e02eb1bdd /mail/qpopper
parentAdd ipv6 to categories (diff)
Add IPv6 support from KAME, bump PORTREVISION, add ipv6 to categories,
and reset maintainer to ports@FreeBSD.org because mail is bouncing.
Notes
Notes: svn path=/head/; revision=38167
Diffstat (limited to 'mail/qpopper')
-rw-r--r--mail/qpopper/Makefile15
1 files changed, 12 insertions, 3 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile
index 162f826b5ffa..8071b8885de5 100644
--- a/mail/qpopper/Makefile
+++ b/mail/qpopper/Makefile
@@ -7,14 +7,23 @@
PORTNAME= qpopper
PORTVERSION= 3.1.2
-CATEGORIES= mail
+PORTREVISION= 1
+CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/ \
ftp://ftp.gmxuk.net/pub/qpopper/ \
ftp://sunsite.doc.ic.ac.uk/Mirrors/ftp.qualcomm.com/eudora/servers/unix/popper/ \
ftp://ftp.kracked.com/pub/qpopper/
DISTNAME= ${PORTNAME}${PORTVERSION}
-MAINTAINER= jeff@isni.net
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 400014
+PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/
+PATCHFILES= qpopper3.1.2-ipv6-20001214.diff.gz
+PATCH_DIST_STRIP= -p1
+.endif
+
+MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-lmd -lutil" \
@@ -52,4 +61,4 @@ do-install:
post-install:
@${SED} -e "s:/usr/local:${PREFIX}:g" ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>