summaryrefslogtreecommitdiff
path: root/chat/epic4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/epic4/Makefile')
-rw-r--r--chat/epic4/Makefile24
1 files changed, 17 insertions, 7 deletions
diff --git a/chat/epic4/Makefile b/chat/epic4/Makefile
index 010c773ad96..6683c63146e 100644
--- a/chat/epic4/Makefile
+++ b/chat/epic4/Makefile
@@ -1,28 +1,38 @@
-# $NetBSD: Makefile,v 1.2 2000/12/30 11:43:06 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/08 14:20:33 hubertf Exp $
#
-DISTNAME= epic4-0.9.15
+DISTNAME= epic4-0.9.16
CATEGORIES= chat
MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-BETA/ \
ftp://ftp.magenet.com/pub/epic/EPIC4-BETA/ \
http://zuntum.eik.pl/pkgsrc/distfiles/
-DISTFILES= epic4-0.9.15.tar.gz \
+DISTFILES= epic4-0.9.16.tar.gz \
epic4pre2-help.tar.gz
+# to get USE_INET6
+.include "../../mk/bsd.prefs.mk"
.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_SITES= http://zuntum.eik.pl/patches/ \
+ http://zuntum.invisible.yi.org/patches/ \
+ http://flis.utech.lublin.pl/~zuntum/patches/
+PATCHFILES= epic4-0.9.16-ipv6-20010208.patch.gz
PATCH_DIST_STRIP= -p1
.endif
MAINTAINER= zuntum@eik.pl
HOMEPAGE= http://www.epicsol.org/
-EXTRACT_ONLY= epic4-0.9.15.tar.gz
+EXTRACT_ONLY= epic4-0.9.16.tar.gz
GNU_CONFIGURE= YES
+.if defined(USE_INET6) && ${USE_INET6} == "YES"
+BUILDS_DEPENDS+= autoconf:../../devel/autoconf
+
+post-patch:
+ cd ${WRKSRC}; ${LOCALBASE}/bin/autoheader; ${LOCALBASE}/bin/autoconf
+.endif
+
post-install:
cd ${PREFIX}/share/epic && ( ${GUNZIP_CMD} -c ${DISTDIR}/epic4pre2-help.tar.gz | ${GTAR} xf - )