summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-22 20:07:36 +0000
committerjlam <jlam@pkgsrc.org>2005-05-22 20:07:36 +0000
commit585534220c0ea1afd4b19eb9ffb4355e14576dcd (patch)
treeed91fd903dcb96e6914328617419b0659c2bb9f1 /games
parent9f94b112f01d9322b4806a06b02bdb565874da4d (diff)
downloadpkgsrc-585534220c0ea1afd4b19eb9ffb4355e14576dcd.tar.gz
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Diffstat (limited to 'games')
-rw-r--r--games/KoboDeluxe/Makefile4
-rw-r--r--games/abuse/Makefile4
-rw-r--r--games/asc/Makefile4
-rw-r--r--games/boson/Makefile4
-rw-r--r--games/bzflag/Makefile4
-rw-r--r--games/cbzone/Makefile4
-rw-r--r--games/copter-commander/Makefile4
-rw-r--r--games/corewars/Makefile4
-rw-r--r--games/craft/Makefile4
-rw-r--r--games/crimsonfields/Makefile4
-rw-r--r--games/criticalmass/Makefile4
-rw-r--r--games/crossfire-cli/Makefile4
-rw-r--r--games/crossfire-srv/Makefile4
-rw-r--r--games/cube/Makefile4
-rw-r--r--games/d2x/Makefile4
-rw-r--r--games/defendguin/Makefile4
-rw-r--r--games/digger/Makefile4
-rw-r--r--games/dopewars/Makefile4
-rw-r--r--games/enigma/Makefile4
-rw-r--r--games/falcons-eye/Makefile4
-rw-r--r--games/fkiss/Makefile4
-rw-r--r--games/foobillard/Makefile4
-rw-r--r--games/frozen-bubble/Makefile4
-rw-r--r--games/gemdropx/Makefile4
-rw-r--r--games/glaxium/Makefile4
-rw-r--r--games/gnocatan/Makefile4
-rw-r--r--games/gnome2-games/Makefile4
-rw-r--r--games/gnuchess/Makefile4
-rw-r--r--games/gnugo/Makefile4
-rw-r--r--games/gtetrinet/Makefile4
-rw-r--r--games/gtkballs/Makefile4
-rw-r--r--games/gtkmagnetic/Makefile4
-rw-r--r--games/gturing/Makefile4
-rw-r--r--games/hugo/Makefile4
-rw-r--r--games/icebreaker/Makefile4
-rw-r--r--games/kajaani-kombat/Makefile4
-rw-r--r--games/kapooka/Makefile4
-rw-r--r--games/ketm/Makefile4
-rw-r--r--games/knights/Makefile4
-rw-r--r--games/lincity/Makefile4
-rw-r--r--games/mirrormagic-sdl/Makefile4
-rw-r--r--games/mirrormagic/Makefile4
-rw-r--r--games/nagi/Makefile4
-rw-r--r--games/netris/Makefile4
-rw-r--r--games/neverball/Makefile4
-rw-r--r--games/nighthawk/Makefile4
-rw-r--r--games/openmortal/Makefile4
-rw-r--r--games/openttd/Makefile4
-rw-r--r--games/pag/Makefile4
-rw-r--r--games/powwow/Makefile4
-rw-r--r--games/qnetwalk/Makefile4
-rw-r--r--games/quake/Makefile4
-rw-r--r--games/quake2forge/Makefile4
-rw-r--r--games/quake6/Makefile4
-rw-r--r--games/quakeforge/Makefile4
-rw-r--r--games/rocksndiamonds/Makefile.common4
-rw-r--r--games/sarien/Makefile4
-rw-r--r--games/scid/Makefile4
-rw-r--r--games/scummvm/Makefile4
-rw-r--r--games/sirius/Makefile4
-rw-r--r--games/starfighter/Makefile4
-rw-r--r--games/stratagus/Makefile4
-rw-r--r--games/tileworld/Makefile5
-rw-r--r--games/tuxmath/Makefile4
-rw-r--r--games/wormz/Makefile4
-rw-r--r--games/wxhugo/Makefile4
-rw-r--r--games/xarchon/Makefile4
-rw-r--r--games/xbomb/Makefile4
-rw-r--r--games/xconq/Makefile4
-rw-r--r--games/xdoom/Makefile4
-rw-r--r--games/xfreecell/Makefile4
-rw-r--r--games/xfrisk/Makefile4
-rw-r--r--games/xnibbles/Makefile4
-rw-r--r--games/xpuyopuyo/Makefile4
-rw-r--r--games/xracer/Makefile4
-rw-r--r--games/xrick/Makefile4
-rw-r--r--games/zoom/Makefile4
77 files changed, 154 insertions, 155 deletions
diff --git a/games/KoboDeluxe/Makefile b/games/KoboDeluxe/Makefile
index f43aad35bec..2171c11d5cf 100644
--- a/games/KoboDeluxe/Makefile
+++ b/games/KoboDeluxe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/04/11 21:45:48 tv Exp $
+# $NetBSD: Makefile,v 1.11 2005/05/22 20:08:00 jlam Exp $
DISTNAME= KoboDeluxe-0.4pre8
PKGNAME= ${DISTNAME:S/pre/rc/}
@@ -11,7 +11,7 @@ HOMEPAGE= http://olofson.net/kobodl/
COMMENT= Multi-way scrolling shoot 'em up game for X
GNU_CONFIGURE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= YES
.include "../../devel/SDL/buildlink3.mk"
diff --git a/games/abuse/Makefile b/games/abuse/Makefile
index 2a67de93d90..f790feef3dc 100644
--- a/games/abuse/Makefile
+++ b/games/abuse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/05/16 01:15:31 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2005/05/22 20:08:00 jlam Exp $
DISTNAME= abuse_pd
PKGNAME= abuse-2.0
@@ -14,7 +14,7 @@ COMMENT= Full color 320x200 arcade quality platform shooter
USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="${X11_LDFLAGS}"
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES+= c c++
PKGSRC_USE_TOOLS+= gtar
diff --git a/games/asc/Makefile b/games/asc/Makefile
index 13f842b09b1..464966fa821 100644
--- a/games/asc/Makefile
+++ b/games/asc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/04/11 21:45:48 tv Exp $
+# $NetBSD: Makefile,v 1.24 2005/05/22 20:08:00 jlam Exp $
#
DISTNAME= asc-source-1.15.3.0
@@ -18,7 +18,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CPPFLAGS.NetBSD+= -D_UNICODE_BROKEN_
diff --git a/games/boson/Makefile b/games/boson/Makefile
index 9653a073e6b..e356941f096 100644
--- a/games/boson/Makefile
+++ b/games/boson/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/04/11 21:45:48 tv Exp $
+# $NetBSD: Makefile,v 1.12 2005/05/22 20:08:00 jlam Exp $
#
DISTNAME= boson-all-0.8
@@ -17,7 +17,7 @@ BUILD_USES_MSGFMT= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_X11= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --disable-debug
diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile
index fd4cb4c8e5d..2c4a1fd2f4f 100644
--- a/games/bzflag/Makefile
+++ b/games/bzflag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/04/11 21:45:48 tv Exp $
+# $NetBSD: Makefile,v 1.17 2005/05/22 20:08:00 jlam Exp $
DISTNAME= bzflag-1.10.6.20040515
PKGNAME= ${DISTNAME:S/.20040515//}
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.bzflag.org/
COMMENT= OpenGL tank game
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_NCURSES= # resize_term()
USE_PERL5= build
diff --git a/games/cbzone/Makefile b/games/cbzone/Makefile
index 17faad754f6..91207105fc2 100644
--- a/games/cbzone/Makefile
+++ b/games/cbzone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/01/24 13:30:55 grant Exp $
+# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:00 jlam Exp $
DISTNAME= cbzone-sound
PKGNAME= cbzone-2.0c
@@ -9,7 +9,7 @@ MAINTAINER= root@garbled.net
COMMENT= Simple classic game of 3D tank warfare
WRKSRC= ${WRKDIR}/cbzone
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"
diff --git a/games/copter-commander/Makefile b/games/copter-commander/Makefile
index 53ac8b279c2..07f229df5df 100644
--- a/games/copter-commander/Makefile
+++ b/games/copter-commander/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/04/11 21:45:49 tv Exp $
+# $NetBSD: Makefile,v 1.15 2005/05/22 20:08:00 jlam Exp $
#
DISTNAME= copter-commander-1.8
@@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.speakeasy.org/~morse/copter-commander/
COMMENT= Armor Alley/Rescue Raiders clone
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
MAKE_ENV+= X11PREFIX=${X11PREFIX}
MAKE_ENV+= GTKGLAREADIR=${BUILDLINK_PREFIX.gtkglarea}
MAKE_ENV+= OPENGLDIR=${BUILDLINK_PREFIX.MesaLib}
diff --git a/games/corewars/Makefile b/games/corewars/Makefile
index 576030639fc..c87664954f8 100644
--- a/games/corewars/Makefile
+++ b/games/corewars/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/04/11 21:45:49 tv Exp $
+# $NetBSD: Makefile,v 1.16 2005/05/22 20:08:00 jlam Exp $
DISTNAME= corewars-0.9.13
CATEGORIES= games
@@ -8,7 +8,7 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://corewars.sourceforge.net/
COMMENT= Programs on a virtual machine, fighting each other
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
.include "../../x11/gtk/buildlink3.mk"
diff --git a/games/craft/Makefile b/games/craft/Makefile
index 98b46e4c97b..c933431dfaf 100644
--- a/games/craft/Makefile
+++ b/games/craft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/04/11 21:45:49 tv Exp $
+# $NetBSD: Makefile,v 1.16 2005/05/22 20:08:00 jlam Exp $
DISTNAME= craftcc35
PKGNAME= craft-3.5
@@ -11,7 +11,7 @@ HOMEPAGE= http://set.gmd.de/~hua/
COMMENT= Warcraft-like game for X11
WRKSRC= ${WRKDIR}
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11BASE= yes
post-extract:
diff --git a/games/crimsonfields/Makefile b/games/crimsonfields/Makefile
index 6cb41d3ea74..020e675f8cc 100644
--- a/games/crimsonfields/Makefile
+++ b/games/crimsonfields/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/04/11 21:45:49 tv Exp $
+# $NetBSD: Makefile,v 1.25 2005/05/22 20:08:00 jlam Exp $
#
DISTNAME= crimson-0.4.7
@@ -13,7 +13,7 @@ HOMEPAGE= http://crimson.seul.org/
COMMENT= Tactical war game in the tradition of Battle Isle
USE_DIRS+= xdg-1.1
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
# not standard locale files
#USE_PKGLOCALEDIR= no
GNU_CONFIGURE= yes
diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile
index 924430642ad..633f4a3fe10 100644
--- a/games/criticalmass/Makefile
+++ b/games/criticalmass/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/04/11 21:45:49 tv Exp $
+# $NetBSD: Makefile,v 1.18 2005/05/22 20:08:00 jlam Exp $
#
DISTNAME= CriticalMass-0.9.10
@@ -13,7 +13,7 @@ HOMEPAGE= http://criticalmass.sourceforge.net/
COMMENT= SDL/OpenGL space shoot'em up game
GNU_CONFIGURE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= YES
.include "../../devel/SDL/buildlink3.mk"
diff --git a/games/crossfire-cli/Makefile b/games/crossfire-cli/Makefile
index 3fb4d8cbd0e..dd8ef0ac5f6 100644
--- a/games/crossfire-cli/Makefile
+++ b/games/crossfire-cli/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/05/16 01:15:31 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2005/05/22 20:08:00 jlam Exp $
#
DISTNAME= crossfire-client-1.0.0
@@ -19,7 +19,7 @@ CF_RAW= client-0.95.2-raw-sounds.tgz
USE_PERL5= yes
USE_X11= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-sound-dir=${LOCALBASE}/share/cfclient/sounds
PKGSRC_USE_TOOLS+= gtar
diff --git a/games/crossfire-srv/Makefile b/games/crossfire-srv/Makefile
index 3b18ad19fc8..872b497274c 100644
--- a/games/crossfire-srv/Makefile
+++ b/games/crossfire-srv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/05/16 01:15:31 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2005/05/22 20:08:00 jlam Exp $
#
DISTNAME= crossfire-1.0.0
@@ -18,7 +18,7 @@ CF_SRC= crossfire-1.0.0.tar.bz2
CF_MAPS= crossfire-1.0.0-maps.tar.bz2
USE_X11= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
USE_PERL5= yes
CONFIGURE_ARGS+= --with-includes=-I${LOCALBASE}/include
diff --git a/games/cube/Makefile b/games/cube/Makefile
index 558944fb076..96948bf26bc 100644
--- a/games/cube/Makefile
+++ b/games/cube/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:45:49 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:00 jlam Exp $
DISTNAME= cube_2004_05_22
PKGNAME= cube-20040522
@@ -17,7 +17,7 @@ CUBE_SRC= ${WRKSRC}/source/src
CUBE_DATA= ${PREFIX}/share/cube
NO_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
post-extract:
@unzip -q -a -o ${WRKSRC}/source/${DISTNAME}_src.zip -d ${WRKSRC}/source/
diff --git a/games/d2x/Makefile b/games/d2x/Makefile
index 22c613de9f2..d378d58a69b 100644
--- a/games/d2x/Makefile
+++ b/games/d2x/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:49 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:00 jlam Exp $
#
DISTNAME= d2x-0.2.5
@@ -11,7 +11,7 @@ HOMEPAGE= http://icculus.org/d2x/
COMMENT= Descent II port
HAS_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= yes
D2X_DATA= ${PREFIX}/share/games/${PKGBASE}
diff --git a/games/defendguin/Makefile b/games/defendguin/Makefile
index a17ea25dcd5..9959e47fad0 100644
--- a/games/defendguin/Makefile
+++ b/games/defendguin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:49 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:01 jlam Exp $
DISTNAME= defendguin-0.0.10
PKGREVISION= 4
@@ -11,7 +11,7 @@ COMMENT= Clone of the arcade game Defender
USE_X11= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/games/digger/Makefile b/games/digger/Makefile
index b8ab0b3151a..78024a8c91b 100644
--- a/games/digger/Makefile
+++ b/games/digger/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:49 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:01 jlam Exp $
#
DISTNAME= digger-20020314
@@ -15,7 +15,7 @@ COMMENT= Digger Remastered
.if ${OPSYS:MLinux}
MAKEFILE= Makefile.sdl
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
.else
MAKEFILE= Makefile.fbsd
MAKE_FLAGS+= -DSDL
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile
index 5df8f740f00..d8183466bf9 100644
--- a/games/dopewars/Makefile
+++ b/games/dopewars/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2005/04/11 21:45:49 tv Exp $
+# $NetBSD: Makefile,v 1.34 2005/05/22 20:08:01 jlam Exp $
DISTNAME= dopewars-1.5.10
CATEGORIES= games
@@ -11,7 +11,7 @@ COMMENT= Make a fortune dealing drugs on the streets of New York
USE_DIRS+= xdg-1.1
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-ncurses
diff --git a/games/enigma/Makefile b/games/enigma/Makefile
index 9ba53e41c3d..f2c083eabe0 100644
--- a/games/enigma/Makefile
+++ b/games/enigma/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/20 00:58:08 heinz Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:01 jlam Exp $
#
DISTNAME= enigma-0.81
@@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
GCC_REQD+= 2.95
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
SUBST_CLASSES+= enigma
diff --git a/games/falcons-eye/Makefile b/games/falcons-eye/Makefile
index 0ec31430fdc..b318d5e12c5 100644
--- a/games/falcons-eye/Makefile
+++ b/games/falcons-eye/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/05/13 16:54:13 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2005/05/22 20:08:01 jlam Exp $
#
DISTNAME= nethack_source_331_jtp_193
@@ -18,7 +18,7 @@ CONFIGURE_SCRIPT= ./sys/unix/setup.sh
DIST_SUBDIR= ${PKGNAME_NOREV}-20050216-2
WRKSRC= ${WRKDIR}
-USE_GNU_TOOLS+= lex yacc
+USE_TOOLS+= bison lex
MAKE_ENV+= YACC=${TOOLS_YACC:Q}
USE_X11= yes
diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile
index e3d42d151f3..f18ba659ee2 100644
--- a/games/fkiss/Makefile
+++ b/games/fkiss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/04/11 21:45:49 tv Exp $
+# $NetBSD: Makefile,v 1.18 2005/05/22 20:08:01 jlam Exp $
#
DISTNAME= fkiss-0.33
@@ -17,7 +17,7 @@ PATCH_DIST_STRIP= -p1
DEPENDS+= lha-[0-9]*:../../archivers/lha
USE_X11= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CFLAGS+= -DUSE_STDARG -DHAVE_STDARG_H
CFLAGS+= -DDEV_SOUND="\"${DEVOSSSOUND}\""
diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile
index 78998db3045..88c572fb7c9 100644
--- a/games/foobillard/Makefile
+++ b/games/foobillard/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:49 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:01 jlam Exp $
#
DISTNAME= foobillard-3.0a
@@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://foobillard.sunsite.dk/
COMMENT= Free OpenGL-billard game
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= yes
GNU_CONFIGURE= yes
diff --git a/games/frozen-bubble/Makefile b/games/frozen-bubble/Makefile
index 7cc60366c01..f6021969489 100644
--- a/games/frozen-bubble/Makefile
+++ b/games/frozen-bubble/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/04/11 21:45:50 tv Exp $
+# $NetBSD: Makefile,v 1.16 2005/05/22 20:08:01 jlam Exp $
#
DISTNAME= frozen-bubble-1.0.0
@@ -14,7 +14,7 @@ COMMENT= Pop the frozen bubbles
DEPENDS+= p5-SDL>=1.19.2:../../devel/p5-SDL
USE_PERL5= run
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
MAKE_ENV+= PERL5="${PERL5}" CP="${CP}"
diff --git a/games/gemdropx/Makefile b/games/gemdropx/Makefile
index 7d268eb057e..dbfaa220660 100644
--- a/games/gemdropx/Makefile
+++ b/games/gemdropx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/04/11 21:45:50 tv Exp $
+# $NetBSD: Makefile,v 1.13 2005/05/22 20:08:01 jlam Exp $
#
DISTNAME= gemdropx-0.9
@@ -10,7 +10,7 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.newbreedsoftware.com/gemdropx/
COMMENT= Color puzzle game for X11 similar to Gem Drop
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
.include "../../devel/SDL/buildlink3.mk"
.include "../../audio/SDL_mixer/buildlink3.mk"
diff --git a/games/glaxium/Makefile b/games/glaxium/Makefile
index 5bb387c4fa7..bca548a264e 100644
--- a/games/glaxium/Makefile
+++ b/games/glaxium/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:50 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:01 jlam Exp $
#
DISTNAME= glaxium_0.5
@@ -13,7 +13,7 @@ COMMENT= Space-ship OpenGL shoot them up
GNU_CONFIGURE= yes
USE_X11= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
BUILD_TARGET= glaxium
diff --git a/games/gnocatan/Makefile b/games/gnocatan/Makefile
index 4a64d37f720..49813fcd5e1 100644
--- a/games/gnocatan/Makefile
+++ b/games/gnocatan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/04/11 21:45:50 tv Exp $
+# $NetBSD: Makefile,v 1.30 2005/05/22 20:08:01 jlam Exp $
#
DISTNAME= gnocatan-0.8.1.16
@@ -12,7 +12,7 @@ COMMENT= GNOME version of the Settlers of Catan board game
GNU_CONFIGURE= YES
USE_DIRS+= xdg-1.1
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
USE_X11= YES
diff --git a/games/gnome2-games/Makefile b/games/gnome2-games/Makefile
index 170c5b2a49e..c4fb4ed0538 100644
--- a/games/gnome2-games/Makefile
+++ b/games/gnome2-games/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2005/05/19 21:11:42 jmmv Exp $
+# $NetBSD: Makefile,v 1.47 2005/05/22 20:08:01 jlam Exp $
DISTNAME= gnome-games-2.10.1
CATEGORIES= games gnome
@@ -17,7 +17,7 @@ BUILD_USES_MSGFMT= yes
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= yes
USE_CONFIG_WRAPPER= yes
USE_LANGUAGES= c c++
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile
index 54f3b767a48..af92730bf3c 100644
--- a/games/gnuchess/Makefile
+++ b/games/gnuchess/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2005/04/16 00:22:55 reed Exp $
+# $NetBSD: Makefile,v 1.28 2005/05/22 20:08:01 jlam Exp $
DISTNAME= gnuchess-5.07
PKGREVISION= 2
@@ -12,7 +12,7 @@ COMMENT= GNU chess engine
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
BOOKDIR= ${PREFIX}/lib/gnuchess
DOCDIR= ${PREFIX}/share/doc/gnuchess
diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile
index 2edb6f48cd7..51b13d3f9ac 100644
--- a/games/gnugo/Makefile
+++ b/games/gnugo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/04/11 21:45:50 tv Exp $
+# $NetBSD: Makefile,v 1.20 2005/05/22 20:08:01 jlam Exp $
DISTNAME= gnugo-3.6
CATEGORIES= games
@@ -8,7 +8,7 @@ MAINTAINER= bad@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gnugo/
COMMENT= Go playing program
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
INFO_FILES= gnugo.info
diff --git a/games/gtetrinet/Makefile b/games/gtetrinet/Makefile
index 364d1cbf987..23ca2a78ef3 100644
--- a/games/gtetrinet/Makefile
+++ b/games/gtetrinet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/04/11 21:45:50 tv Exp $
+# $NetBSD: Makefile,v 1.22 2005/05/22 20:08:01 jlam Exp $
#
DISTNAME= gtetrinet-0.7.7
@@ -14,7 +14,7 @@ BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PKGLOCALEDIR= YES
BUILD_DEFS+= USE_INET6
diff --git a/games/gtkballs/Makefile b/games/gtkballs/Makefile
index b1e2f0cec81..345805b60e4 100644
--- a/games/gtkballs/Makefile
+++ b/games/gtkballs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/04/11 21:45:50 tv Exp $
+# $NetBSD: Makefile,v 1.19 2005/05/22 20:08:01 jlam Exp $
DISTNAME= gtkballs-3.1.5
CATEGORIES= games
@@ -12,7 +12,7 @@ COMMENT= GTK+ clone of "Color Lines"
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-included-gettext
CONFIGURE_ARGS+= --localstatedir=${VARBASE}/games
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PKGLOCALEDIR= yes
PLIST_SUBST+= VARBASE=${VARBASE}
diff --git a/games/gtkmagnetic/Makefile b/games/gtkmagnetic/Makefile
index 0e0e2361f3c..fba88cbae30 100644
--- a/games/gtkmagnetic/Makefile
+++ b/games/gtkmagnetic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:51 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:01 jlam Exp $
#
DISTNAME= Magnetic22Src
@@ -12,7 +12,7 @@ MAINTAINER= dillo@NetBSD.org
HOMEPAGE= http://www.if-legends.org/~msmemorial/magnetic.htm
COMMENT= Interpreter for text adventures from Magnetic Scrolls
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
BUILD_TARGET= gtkmagnetic
WRKSRC= ${WRKDIR}/Gtk
diff --git a/games/gturing/Makefile b/games/gturing/Makefile
index 34a31b96169..a33b4376393 100644
--- a/games/gturing/Makefile
+++ b/games/gturing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/05/22 09:09:00 jmmv Exp $
+# $NetBSD: Makefile,v 1.24 2005/05/22 20:08:02 jlam Exp $
#
DISTNAME= gturing-0.1.1
@@ -16,7 +16,7 @@ BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
USE_X11= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= YES
BUILDLINK_TRANSFORM+= rm:-D.*_DISABLE_DEPRECATED
diff --git a/games/hugo/Makefile b/games/hugo/Makefile
index c9205b50f6e..fc05bbb12c7 100644
--- a/games/hugo/Makefile
+++ b/games/hugo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/05/19 15:59:02 dillo Exp $
+# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:02 jlam Exp $
#
DISTNAME= hugov31_unix_source
@@ -14,7 +14,7 @@ COMMENT= Interactive fiction design system and interpreter
SITES_hugolib.zip=${MASTER_SITE_IFARCHIVE:=programming/hugo/library/}
DIST_SUBDIR= ${PKGNAME_NOREV}
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
# uses halfkey (present since 1.6M)
INCOMPAT_CURSES+= NetBSD-1.4[Y-Z]* NetBSD-1.5* NetBSD-1.6 NetBSD-1.6.*
INCOMPAT_CURSES+= NetBSD-1.6[A-L]*
diff --git a/games/icebreaker/Makefile b/games/icebreaker/Makefile
index c9248d59db6..164d83b9d8a 100644
--- a/games/icebreaker/Makefile
+++ b/games/icebreaker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/04/11 21:45:51 tv Exp $
+# $NetBSD: Makefile,v 1.18 2005/05/22 20:08:02 jlam Exp $
#
DISTNAME= icebreaker-1.9.7
@@ -11,7 +11,7 @@ MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.mattdm.org/icebreaker/
COMMENT= Penguin capturing simulation
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= yes
MAKE_ENV+= mandir="${PREFIX}/man" highscoredir="/var/games"
MAKE_ENV+= prefix="${PREFIX}"
diff --git a/games/kajaani-kombat/Makefile b/games/kajaani-kombat/Makefile
index acae97dc95b..b1d9b73d21d 100644
--- a/games/kajaani-kombat/Makefile
+++ b/games/kajaani-kombat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:45:51 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:02 jlam Exp $
#
DISTNAME= kajaani-kombat-0.6
@@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://kombat.kajaani.net/
COMMENT= Rampart-like multiplayer game set in space
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/kajaani-kombat ${PREFIX}/bin
diff --git a/games/kapooka/Makefile b/games/kapooka/Makefile
index 7cf8ff24412..ac5040b4e4c 100644
--- a/games/kapooka/Makefile
+++ b/games/kapooka/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:45:51 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:02 jlam Exp $
#
DISTNAME= kapooka_0.2
@@ -13,7 +13,7 @@ HOMEPAGE= http://kapooka.sourceforge.net/
COMMENT= Puzzle game
WRKSRC= ${WRKDIR}/kapooka
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
SUBST_CLASSES+= kapooka
SUBST_STAGE.kapooka= pre-build
diff --git a/games/ketm/Makefile b/games/ketm/Makefile
index 1baadb231f0..44eb9186475 100644
--- a/games/ketm/Makefile
+++ b/games/ketm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/04/11 21:45:51 tv Exp $
+# $NetBSD: Makefile,v 1.17 2005/05/22 20:08:02 jlam Exp $
#
DISTNAME= ketm-0.0.6
@@ -14,7 +14,7 @@ COMMENT= Old-school 2d-scrolling shooter
BUILD_TARGET= ketm
USE_X11= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
post-patch:
cd ${WRKSRC} && \
diff --git a/games/knights/Makefile b/games/knights/Makefile
index 49f90a4d59f..f979809b6e2 100644
--- a/games/knights/Makefile
+++ b/games/knights/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/04/11 21:45:51 tv Exp $
+# $NetBSD: Makefile,v 1.21 2005/05/22 20:08:02 jlam Exp $
DISTNAME= knights-0.6
CATEGORIES= games kde
@@ -8,7 +8,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://knights.sourceforge.net/
COMMENT= Chess interface for KDE
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
diff --git a/games/lincity/Makefile b/games/lincity/Makefile
index 529d94efbb1..1eb56840f2b 100644
--- a/games/lincity/Makefile
+++ b/games/lincity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/04/11 21:45:51 tv Exp $
+# $NetBSD: Makefile,v 1.16 2005/05/22 20:08:02 jlam Exp $
DISTNAME= lincity-1.12.1
CATEGORIES= games x11
@@ -11,7 +11,7 @@ COMMENT= Free clone of SimCity for X11
BUILD_USES_MSGFMT= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PKGLOCALEDIR= yes
USE_X11= yes
GNU_CONFIGURE= yes
diff --git a/games/mirrormagic-sdl/Makefile b/games/mirrormagic-sdl/Makefile
index aaac4671c68..785adcb9513 100644
--- a/games/mirrormagic-sdl/Makefile
+++ b/games/mirrormagic-sdl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/04/11 21:45:55 tv Exp $
+# $NetBSD: Makefile,v 1.16 2005/05/22 20:08:02 jlam Exp $
#
DISTNAME= mirrormagic-2.0.2
@@ -13,7 +13,7 @@ COMMENT= Nice little puzzle game with color graphics and sound
CONFLICTS= mirrormagic-[1-9]*
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
PLIST_SRC= ${WRKDIR}/PLIST PLIST
# if you change SCORE_PATH, don't forget to change patch-aa, too
diff --git a/games/mirrormagic/Makefile b/games/mirrormagic/Makefile
index a4acd760064..74c850677bd 100644
--- a/games/mirrormagic/Makefile
+++ b/games/mirrormagic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/04/11 21:45:55 tv Exp $
+# $NetBSD: Makefile,v 1.21 2005/05/22 20:08:02 jlam Exp $
#
DISTNAME= mirrormagic-2.0.2
@@ -11,7 +11,7 @@ COMMENT= Nice little puzzle game with color graphics and sound
CONFLICTS= mirrormagic-sdl-[1-9]*
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= YES
PLIST_SRC= ${WRKDIR}/PLIST PLIST
diff --git a/games/nagi/Makefile b/games/nagi/Makefile
index 083358ebe69..435659233af 100644
--- a/games/nagi/Makefile
+++ b/games/nagi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/04/11 21:45:55 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:02 jlam Exp $
#
DISTNAME= nagi_src_-_2002-11-14
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.agidev.com/projects/nagi/
COMMENT= Clone of Sierra's AGI
WRKSRC= ${WRKDIR}/src
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
MAKEFILE= Makefile.linux
NAGILIB= ${PREFIX}/lib/nagi
diff --git a/games/netris/Makefile b/games/netris/Makefile
index 96ca6b0e43f..3123acd8989 100644
--- a/games/netris/Makefile
+++ b/games/netris/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/24 13:30:56 grant Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:02 jlam Exp $
#
DISTNAME= netris-0.52
@@ -14,7 +14,7 @@ MAINTAINER= uebs@gmx.at
HOMEPAGE= http://www.netris.org/
COMMENT= Everybody's darling T*tris in a networked version
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
HAS_CONFIGURE= YES
CONFIGURE_SCRIPT= ./Configure
diff --git a/games/neverball/Makefile b/games/neverball/Makefile
index 0a26609d804..4420d1e7f36 100644
--- a/games/neverball/Makefile
+++ b/games/neverball/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:56 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:02 jlam Exp $
#
DISTNAME= neverball-1.2.2
@@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.icculus.org/neverball/
COMMENT= Part puzzle game, part action game and with SDL graphics
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= yes
# Avoiding multiples patches...
diff --git a/games/nighthawk/Makefile b/games/nighthawk/Makefile
index 9c120a8a534..39ebd6683fa 100644
--- a/games/nighthawk/Makefile
+++ b/games/nighthawk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/04/11 21:45:56 tv Exp $
+# $NetBSD: Makefile,v 1.21 2005/05/22 20:08:02 jlam Exp $
#
DISTNAME= nighthawk-2.1
@@ -15,7 +15,7 @@ HOMEPAGE= http://jsno.arafuraconnect.com.au/proj_linux/nighthawk.html
COMMENT= C64 Paradroid clone
WRKSRC= ${WRKDIR}/nighthawk
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_X11= YES
diff --git a/games/openmortal/Makefile b/games/openmortal/Makefile
index 86d647b36ea..6d8ac3bebae 100644
--- a/games/openmortal/Makefile
+++ b/games/openmortal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/04/11 21:45:56 tv Exp $
+# $NetBSD: Makefile,v 1.13 2005/05/22 20:08:02 jlam Exp $
#
DISTNAME= openmortal-0.7
@@ -12,7 +12,7 @@ HOMEPAGE= http://apocalypse.rulez.org/~upi/Mortal/
COMMENT= Parody of Mortal Kombat with real characters
GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PERL5= yes
USE_X11= yes
diff --git a/games/openttd/Makefile b/games/openttd/Makefile
index 006ac98b32f..a76ac3c7fea 100644
--- a/games/openttd/Makefile
+++ b/games/openttd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:56 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:02 jlam Exp $
DISTNAME= openttd-0.3.6-source
PKGNAME= openttd-0.3.6
@@ -9,7 +9,7 @@ MAINTAINER= froz@icix.org
HOMEPAGE= http://www.openttd.com/
COMMENT= Open source clone of Transport Tycoon Deluxe
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= yes
DATA_DIR= ${PREFIX}/share/games/openttd
diff --git a/games/pag/Makefile b/games/pag/Makefile
index f5937e780c0..4b6f29e2544 100644
--- a/games/pag/Makefile
+++ b/games/pag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:56 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:02 jlam Exp $
#
DISTNAME= pag-0.91
@@ -10,7 +10,7 @@ MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://pancake.host.sk/
COMMENT= Platform Arcade Game
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_NCURSES= yes # missing function stdscr
BUILD_TARGET= compile
diff --git a/games/powwow/Makefile b/games/powwow/Makefile
index 850802d718f..4731c0b0ff0 100644
--- a/games/powwow/Makefile
+++ b/games/powwow/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/02/04 09:38:43 adam Exp $
+# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:02 jlam Exp $
DISTNAME= powwow-1.2.5
CATEGORIES= games
@@ -8,7 +8,7 @@ MAINTAINER= jdolecek@NetBSD.org
HOMEPAGE= http://linuz.sns.it/~max/powwow.html
COMMENT= Client to play MUDs
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
POWWOW_DIR= ${PREFIX}/share/powwow
do-build:
diff --git a/games/qnetwalk/Makefile b/games/qnetwalk/Makefile
index 446420b0089..f9cc193b389 100644
--- a/games/qnetwalk/Makefile
+++ b/games/qnetwalk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:56 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:02 jlam Exp $
#
DISTNAME= qnetwalk-1.1
@@ -12,7 +12,7 @@ COMMENT= QNetwalk is a Qt-version of the popular NetWalk game
# We need qmake to build package's Makefile
BUILD_DEPENDS+= qt3-tools>=3.3:../../x11/qt3-tools
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
diff --git a/games/quake/Makefile b/games/quake/Makefile
index 2fbd43034d7..f6722a74bc5 100644
--- a/games/quake/Makefile
+++ b/games/quake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2005/04/11 21:45:56 tv Exp $
+# $NetBSD: Makefile,v 1.35 2005/05/22 20:08:02 jlam Exp $
DISTNAME= q1source
PKGNAME= quake-2.30
@@ -17,7 +17,7 @@ DEPENDS+= quakedata-[0-9]*:../../games/quakedata
ONLY_FOR_PLATFORM= *-*-i386
WRKSRC= ${WRKDIR}
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
MAKE_ENV+= MAINDIR=${WRKSRC}
USE_X11= yes
diff --git a/games/quake2forge/Makefile b/games/quake2forge/Makefile
index 27308f7b61f..eea986ffa77 100644
--- a/games/quake2forge/Makefile
+++ b/games/quake2forge/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/04/11 21:45:56 tv Exp $
+# $NetBSD: Makefile,v 1.14 2005/05/22 20:08:02 jlam Exp $
#
DISTNAME= quake2-0.2.1
@@ -12,7 +12,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.quakeforge.net/
COMMENT= Enhanced Quake II engine
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
USE_X11= yes
GNU_CONFIGURE= yes
diff --git a/games/quake6/Makefile b/games/quake6/Makefile
index a351631c31a..7e7da59524c 100644
--- a/games/quake6/Makefile
+++ b/games/quake6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2005/04/11 21:45:56 tv Exp $
+# $NetBSD: Makefile,v 1.28 2005/05/22 20:08:02 jlam Exp $
DISTNAME= quake-v6-bsd-kame
PKGNAME= quake6-0.0
@@ -19,7 +19,7 @@ post-extract:
cd ${WRKSRC}; ${FIND} . -name \*.o -exec ${RM} {} \;
cd ${WRKSRC}; ${RM} config.cache
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
# This pkg can be built on USE_INET6 platform only
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile
index 2ec69ebf4f3..3d6dd179b68 100644
--- a/games/quakeforge/Makefile
+++ b/games/quakeforge/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/04/11 21:45:56 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:03 jlam Exp $
DISTNAME= quakeforge-0.5.5
PKGREVISION= 2
@@ -15,7 +15,7 @@ CONFIGURE_ARGS+= --with-cpp="${CPP} %d %i %o"
CONFIGURE_ARGS+= --disable-ogg
CONFIGURE_ARGS+= --disable-xmms
GNU_CONFIGURE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= YES
USE_X11= YES
YACC= ${LOCALBASE}/bin/bison
diff --git a/games/rocksndiamonds/Makefile.common b/games/rocksndiamonds/Makefile.common
index 6795c3e40d8..2fe692e3968 100644
--- a/games/rocksndiamonds/Makefile.common
+++ b/games/rocksndiamonds/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2005/04/11 21:45:56 tv Exp $
+# $NetBSD: Makefile.common,v 1.13 2005/05/22 20:08:03 jlam Exp $
DISTNAME= rocksndiamonds-3.1.0
CATEGORIES= games x11
@@ -7,7 +7,7 @@ MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://www.artsoft.org/rocksndiamonds/
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PKGINSTALL= YES
USE_X11= YES
diff --git a/games/sarien/Makefile b/games/sarien/Makefile
index e683b367016..7977f817249 100644
--- a/games/sarien/Makefile
+++ b/games/sarien/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/04/11 21:45:56 tv Exp $
+# $NetBSD: Makefile,v 1.11 2005/05/22 20:08:03 jlam Exp $
#
DISTNAME= sarien-0.7.0
@@ -12,7 +12,7 @@ COMMENT= Adventure Game Interpreter (AGI) for Sierra On-Line Titles
GNU_CONFIGURE= YES
USE_PKGINSTALL= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
CONFIGURE_ARGS= --with-sdl
diff --git a/games/scid/Makefile b/games/scid/Makefile
index 9c9604cf4b2..dea0a821e7b 100644
--- a/games/scid/Makefile
+++ b/games/scid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:56 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:03 jlam Exp $
#
DISTNAME= scid-3.6.1
@@ -11,7 +11,7 @@ COMMENT= Shane's Chess Information Database
USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
CONFIGURE_ENV+= TCLCONFIG_SH=${TCLCONFIG_SH:Q}
CONFIGURE_ARGS+= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX}/share/scid
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile
index afb5c559682..d889793d4d7 100644
--- a/games/scummvm/Makefile
+++ b/games/scummvm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2005/04/11 21:45:57 tv Exp $
+# $NetBSD: Makefile,v 1.35 2005/05/22 20:08:03 jlam Exp $
DISTNAME= scummvm-0.7.1
CATEGORIES= games
@@ -10,7 +10,7 @@ HOMEPAGE= http://scummvm.sourceforge.net/
COMMENT= LucasArts Script Creation Utility for Maniac Mansion
USE_DIRS+= xdg-1.1
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${LOCALBASE}
diff --git a/games/sirius/Makefile b/games/sirius/Makefile
index 66a18654590..203d7040863 100644
--- a/games/sirius/Makefile
+++ b/games/sirius/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/04/11 21:45:57 tv Exp $
+# $NetBSD: Makefile,v 1.21 2005/05/22 20:08:03 jlam Exp $
#
DISTNAME= sirius-0.8.0
@@ -14,7 +14,7 @@ BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
USE_DIRS+= xdg-1.1
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
USE_X11= YES
diff --git a/games/starfighter/Makefile b/games/starfighter/Makefile
index 7d2e081ff7a..e549abaef63 100644
--- a/games/starfighter/Makefile
+++ b/games/starfighter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:45:57 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:03 jlam Exp $
#
DISTNAME= starfighter-1.1-1
@@ -11,7 +11,7 @@ MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://www.parallelrealities.co.uk/starfighter.php
COMMENT= Old school 2D shoot them up
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES+= c++
USE_X11= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/-1$//}
diff --git a/games/stratagus/Makefile b/games/stratagus/Makefile
index 512a6fa399a..f207b5f7244 100644
--- a/games/stratagus/Makefile
+++ b/games/stratagus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:45:57 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:03 jlam Exp $
#
DISTNAME= stratagus-2.1-src
@@ -12,7 +12,7 @@ HOMEPAGE= http://stratagus.sourceforge.net/
COMMENT= Real-time strategy engine
WRKSRC= ${WRKDIR}/stratagus-040702
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
diff --git a/games/tileworld/Makefile b/games/tileworld/Makefile
index 323d7058d24..35077c73507 100644
--- a/games/tileworld/Makefile
+++ b/games/tileworld/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/05/16 04:45:40 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2005/05/22 20:08:03 jlam Exp $
DISTNAME= tworld-1.2.1
PKGNAME= ${DISTNAME:S/^t/tile/}
@@ -10,8 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.muppetlabs.com/~breadbox/software/tworld/
COMMENT= "Game based on Chip's Challenge"
-USE_GNU_TOOLS+= make
-USE_TOOLS+= date
+USE_TOOLS+= date gmake
USE_X11= YES
GNU_CONFIGURE= YES
diff --git a/games/tuxmath/Makefile b/games/tuxmath/Makefile
index b73bbe7f7f3..89345b2c018 100644
--- a/games/tuxmath/Makefile
+++ b/games/tuxmath/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/04/11 21:45:57 tv Exp $
+# $NetBSD: Makefile,v 1.14 2005/05/22 20:08:03 jlam Exp $
#
DISTNAME= tuxmath-2001.09.07-0102
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.newbreedsoftware.com/tuxmath/
COMMENT= Educational math arcade game
WRKSRC= ${WRKDIR}/tuxmath
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
NO_CONFIGURE= # defined
pre-install:
diff --git a/games/wormz/Makefile b/games/wormz/Makefile
index bc49c94d80d..635eabebf96 100644
--- a/games/wormz/Makefile
+++ b/games/wormz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/04/11 21:45:57 tv Exp $
+# $NetBSD: Makefile,v 1.13 2005/05/22 20:08:03 jlam Exp $
#
DISTNAME= Wormz-1.0b5
@@ -12,7 +12,7 @@ COMMENT= Networked game for X11
WRKSRC= ${WRKDIR}/Wormz
USE_X11= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
post-extract:
${MKDIR} ${WRKSRC}/NetBSD
diff --git a/games/wxhugo/Makefile b/games/wxhugo/Makefile
index d0a261de15d..a74264b2d75 100644
--- a/games/wxhugo/Makefile
+++ b/games/wxhugo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/05/07 23:04:17 dillo Exp $
+# $NetBSD: Makefile,v 1.8 2005/05/22 20:08:03 jlam Exp $
#
DISTNAME= hugov31_unix_source
@@ -15,7 +15,7 @@ DISTFILE_WX= hugov31_wxwin_source${EXTRACT_SUFX}
#EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
DIST_SUBDIR= hugo-3.1.02
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
WRKSRC= ${WRKDIR}/hugov3.1.02/hewx
.include "../../audio/libmikmod/buildlink3.mk"
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile
index c7d6a27c57f..69caaaa9ffe 100644
--- a/games/xarchon/Makefile
+++ b/games/xarchon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2005/04/11 21:45:57 tv Exp $
+# $NetBSD: Makefile,v 1.32 2005/05/22 20:08:03 jlam Exp $
#
DISTNAME= xarchon-0.60
@@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://xarchon.seul.org/
COMMENT= Chess-like strategy game with battle options
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
GNU_CONFIGURE= YES
USE_X11= YES
USE_LANGUAGES= c c++
diff --git a/games/xbomb/Makefile b/games/xbomb/Makefile
index 3a28f81d6e5..b87cbfc06ad 100644
--- a/games/xbomb/Makefile
+++ b/games/xbomb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:45:58 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:03 jlam Exp $
DISTNAME= xbomb-2.1a
CATEGORIES= games x11
@@ -11,7 +11,7 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.gedanken.demon.co.uk/xbomb/
COMMENT= Square, hexagonal, and triangual minesweeper clone
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= yes
BUILD_TARGET= xbomb
MAKE_ENV+= SCORE_PATH="${SCORE_PATH}"
diff --git a/games/xconq/Makefile b/games/xconq/Makefile
index 26bbeac3266..71a344f3c63 100644
--- a/games/xconq/Makefile
+++ b/games/xconq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2005/04/11 21:45:58 tv Exp $
+# $NetBSD: Makefile,v 1.27 2005/05/22 20:08:03 jlam Exp $
DISTNAME= xconq-7.4.1
PKGREVISION= 4
@@ -10,7 +10,7 @@ HOMEPAGE= http://sources.redhat.com/xconq/
COMMENT= Xconq is a general strategy game system
USE_X11BASE= YES
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-alternate-scoresdir=${VARBASE}/games/xconq/scores
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
diff --git a/games/xdoom/Makefile b/games/xdoom/Makefile
index 713812e40f9..0e0f20ffbc9 100644
--- a/games/xdoom/Makefile
+++ b/games/xdoom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2005/05/16 01:15:32 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2005/05/22 20:08:03 jlam Exp $
DISTNAME= linuxdoom-1.10
PKGNAME= xdoom-1.10
@@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}
EXTRACT_ONLY= doomsrc.zip
EXTRACT_CMD= unzip -qo ${DISTDIR}/${EXTRACT_ONLY}
USE_X11BASE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
MAKE_ENV+= X11BASE=${X11BASE} INSTALL_PREFIX=${X11PREFIX}
PKGSRC_USE_TOOLS+= gtar gunzip
diff --git a/games/xfreecell/Makefile b/games/xfreecell/Makefile
index 8422a291aa0..568695d4e89 100644
--- a/games/xfreecell/Makefile
+++ b/games/xfreecell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/02/22 13:44:13 minskim Exp $
+# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:03 jlam Exp $
DISTNAME= xfreecell-1.0.5b
CATEGORIES= games
@@ -10,7 +10,7 @@ HOMEPAGE= http://www2.giganet.net/~nakayama/
COMMENT= Popular freecell card game for X
USE_X11BASE= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
MAKEFILE= makefile
WRKSRC= ${WRKDIR}/xfreecell
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile
index c493cc31afc..0467497e3fa 100644
--- a/games/xfrisk/Makefile
+++ b/games/xfrisk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/04/11 21:45:58 tv Exp $
+# $NetBSD: Makefile,v 1.12 2005/05/22 20:08:03 jlam Exp $
#
DISTNAME= xfrisk-1.2
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.tuxick.net/xfrisk/
COMMENT= X11 version of the classic Risk board game
WRKSRC= ${WRKDIR}/XFrisk
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11= yes
RESTRICTED= "Possible trademark infringement"
diff --git a/games/xnibbles/Makefile b/games/xnibbles/Makefile
index 6485cd93df8..0a4dc3c01f5 100644
--- a/games/xnibbles/Makefile
+++ b/games/xnibbles/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/04/11 21:45:58 tv Exp $
+# $NetBSD: Makefile,v 1.13 2005/05/22 20:08:03 jlam Exp $
#
DISTNAME= xnibbles-1.0BETA4
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.tjhsst.edu/xnibbles/
COMMENT= Winding snakes game for X11
WRKSRC= ${WRKDIR}/xnibbles
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_X11= YES
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile
index 81c535327cd..cc9f8f497fb 100644
--- a/games/xpuyopuyo/Makefile
+++ b/games/xpuyopuyo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/04/11 21:45:58 tv Exp $
+# $NetBSD: Makefile,v 1.31 2005/05/22 20:08:04 jlam Exp $
DISTNAME= xpuyopuyo-0.9.1
PKGREVISION= 5
@@ -12,7 +12,7 @@ COMMENT= Tetris-like puzzle game
AUTOMAKE_REQD= 1.4
USE_DIRS+= gnome1-1.5
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_X11BASE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
diff --git a/games/xracer/Makefile b/games/xracer/Makefile
index 7a448f1d504..ed79821a0f2 100644
--- a/games/xracer/Makefile
+++ b/games/xracer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2005/04/11 21:45:58 tv Exp $
+# $NetBSD: Makefile,v 1.32 2005/05/22 20:08:04 jlam Exp $
#
DISTNAME= xracer-0.96.9
@@ -13,7 +13,7 @@ COMMENT= XRacer is a clone of the popular Psygnosis game Wipeout
BUILD_USES_MSGFMT= # defined
USE_X11= # defined
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XRacer/.packlist
diff --git a/games/xrick/Makefile b/games/xrick/Makefile
index b941b8feec3..06521f11379 100644
--- a/games/xrick/Makefile
+++ b/games/xrick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/05/15 22:02:27 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/05/22 20:08:04 jlam Exp $
#
DISTNAME= xrick-021212
@@ -17,7 +17,7 @@ NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
PKGSRC_USE_TOOLS+= gunzip
USE_X11= YES
diff --git a/games/zoom/Makefile b/games/zoom/Makefile
index 4a28a558d54..a2755deb97c 100644
--- a/games/zoom/Makefile
+++ b/games/zoom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/04/11 21:45:59 tv Exp $
+# $NetBSD: Makefile,v 1.11 2005/05/22 20:08:04 jlam Exp $
#
DISTNAME= zoom-1.0.1
@@ -19,7 +19,7 @@ USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_X11= yes
-USE_GNU_TOOLS+= make
+USE_TOOLS+= gmake
USE_PERL5= build
.if ${MACHINE_ARCH} == "alpha"