summaryrefslogtreecommitdiff
path: root/chat/epic4/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-12-30 11:43:06 +0000
committerhubertf <hubertf@pkgsrc.org>2000-12-30 11:43:06 +0000
commit808d6f934ea3edbed6c07adcaa8525c4058d679c (patch)
tree77f37484398ffa50bb5f2c6359c942d81b3b2d63 /chat/epic4/Makefile
parentdbecf1c0f4031b6597f7060b71dab48e59f12326 (diff)
downloadpkgsrc-808d6f934ea3edbed6c07adcaa8525c4058d679c.tar.gz
* Updated epic4 from 0.9.9 to 0.9.15
* Added IPv6 support. My epic4-0.9.15-ipv6-netbsd-20001230.patch.bz2 is based on Arkadiusz Miskiewicz's epic4-0.9.14-ipv6-20001212.patch.gz Now the binary supports *both* IPv4 and IPv6 * Added documentation Submitted by Tomasz Luchowski <zuntum@eik.pl> in private mail.
Diffstat (limited to 'chat/epic4/Makefile')
-rw-r--r--chat/epic4/Makefile22
1 files changed, 18 insertions, 4 deletions
diff --git a/chat/epic4/Makefile b/chat/epic4/Makefile
index 971982bbdd3..010c773ad96 100644
--- a/chat/epic4/Makefile
+++ b/chat/epic4/Makefile
@@ -1,15 +1,29 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/12/27 16:53:09 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2000/12/30 11:43:06 hubertf Exp $
#
-DISTNAME= epic4-0.9.9
+DISTNAME= epic4-0.9.15
CATEGORIES= chat
MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-BETA/ \
- ftp://ftp.sanyusan.se/pub/epic/EPIC4-BETA/ \
- ftp://totem.fix.no/pub/mirrors/epic/EPIC4-BETA/
+ ftp://ftp.magenet.com/pub/epic/EPIC4-BETA/ \
+ http://zuntum.eik.pl/pkgsrc/distfiles/
+DISTFILES= epic4-0.9.15.tar.gz \
+ epic4pre2-help.tar.gz
+
+.if defined(USE_INET6) && ${USE_INET6} == "YES"
+PATCH_SITES= http://zuntum.eik.pl/patches/ \
+ http://zuntum.invisible.yi.org/patches/
+PATCHFILES= epic4-0.9.15-ipv6-netbsd-20001230.patch.bz2
+PATCH_DIST_STRIP= -p1
+.endif
MAINTAINER= zuntum@eik.pl
HOMEPAGE= http://www.epicsol.org/
+EXTRACT_ONLY= epic4-0.9.15.tar.gz
+
GNU_CONFIGURE= YES
+post-install:
+ cd ${PREFIX}/share/epic && ( ${GUNZIP_CMD} -c ${DISTDIR}/epic4pre2-help.tar.gz | ${GTAR} xf - )
+
.include "../../mk/bsd.pkg.mk"