summaryrefslogtreecommitdiff
path: root/games/quake6/Makefile
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-01-10 16:43:27 +0000
committerskrll <skrll@pkgsrc.org>2002-01-10 16:43:27 +0000
commitf5e9537b174dda7bfd0d20d6057fd3b7dabd9422 (patch)
treedddc867430d6eadb0d28c12148254b38d5661047 /games/quake6/Makefile
parent7b1d6ebaf544f71952dd8fc5e5a1fb89ecc453f6 (diff)
downloadpkgsrc-f5e9537b174dda7bfd0d20d6057fd3b7dabd9422.tar.gz
Remove the autoconf BUILD_DEPENDS and have all the patches in one place.
Diffstat (limited to 'games/quake6/Makefile')
-rw-r--r--games/quake6/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/games/quake6/Makefile b/games/quake6/Makefile
index 64a97fd6383..420b0609489 100644
--- a/games/quake6/Makefile
+++ b/games/quake6/Makefile
@@ -1,20 +1,15 @@
-# $NetBSD: Makefile,v 1.14 2001/09/27 23:18:08 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2002/01/10 16:43:27 skrll Exp $
DISTNAME= quake-v6-bsd-kame
PKGNAME= quake6-0.0
CATEGORIES= games
MASTER_SITES= http://www.viagenie.qc.ca/quake/
-PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
-PATCHFILES= quake6-00-v6-20000202b.diff.gz
-PATCH_DIST_STRIP= -p1
-
MAINTAINER= itojun@kame.net
HOMEPAGE= http://www.viagenie.qc.ca/en/ipv6-quake.shtml
COMMENT= Quake over IPv6
DEPENDS= quakedata-[0-9]*:../../games/quakedata
-BUILD_DEPENDS= autoconf>=2.13:../../devel/autoconf
WRKSRC= ${WRKDIR}/quakeforge
@@ -36,7 +31,4 @@ IGNORE= "${PKGNAME} requires IPv6 support"
# "bindir" setting is very non-standard for GNU autoconf
CONFIGURE_ARGS+=--disable-asmopt --bindir=/bin
-post-patch:
- cd ${WRKSRC}; autoreconf
-
.include "../../mk/bsd.pkg.mk"