diff options
author | kris <kris@FreeBSD.org> | 2001-02-10 05:25:52 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-02-10 05:25:52 +0000 |
commit | f01d03500fc1112af3010ccae6923ef73de65e5d (patch) | |
tree | 46748c36791c1952709bd624812e1228dbb3f8d2 | |
parent | 3883da9ff15f57ae339a354adbdf91f5c7ad2d39 (diff) | |
download | FreeBSD-ports-f01d03500fc1112af3010ccae6923ef73de65e5d.zip FreeBSD-ports-f01d03500fc1112af3010ccae6923ef73de65e5d.tar.gz |
Add IPv6 support from KAME, bump PORTREVISION, add ipv6 to categories,
and reset maintainer to ports@FreeBSD.org because mail is bouncing.
-rw-r--r-- | mail/qpopper/Makefile | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 162f826..8071b88 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> |