From 6e02d7ee4135596fbf3221f6c20ff5e8cf314775 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 3 Dec 2004 15:14:50 +0000 Subject: Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. Suggested by Roland Illig, ok'd by various. --- games/angband-tty/Makefile | 4 ++-- games/crafty/Makefile | 14 +++++++------- games/fkiss/Makefile | 4 ++-- games/glaxium/Makefile | 4 ++-- games/gtkmagnetic/Makefile | 4 ++-- games/ketm/Makefile | 4 ++-- games/knightcap/Makefile | 4 ++-- games/nethack-lib/Makefile | 4 ++-- games/nethack-qt/Makefile | 4 ++-- games/nethack-tty/Makefile | 4 ++-- games/nethack-x11/Makefile | 4 ++-- games/omega/Makefile | 4 ++-- games/pag/Makefile | 4 ++-- games/rocksndiamonds-sdl/Makefile | 4 ++-- games/rocksndiamonds/Makefile | 6 +++--- games/tileworld/Makefile | 4 ++-- games/xbat/Makefile | 4 ++-- games/xbomb/Makefile | 4 ++-- games/xemeraldia/Makefile | 4 ++-- games/xjig/Makefile | 4 ++-- games/xjump/Makefile | 4 ++-- games/xkobo/Makefile | 4 ++-- games/xmris/Makefile | 4 ++-- games/xworm/Makefile | 4 ++-- games/xzip/Makefile | 4 ++-- 25 files changed, 56 insertions(+), 56 deletions(-) (limited to 'games') diff --git a/games/angband-tty/Makefile b/games/angband-tty/Makefile index d1a8bb78cf9..bbdee03e42f 100644 --- a/games/angband-tty/Makefile +++ b/games/angband-tty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/04/12 04:39:59 snj Exp $ +# $NetBSD: Makefile,v 1.24 2004/12/03 15:14:57 wiz Exp $ # DISTNAME= angband-283 @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_BUILDLINK3= yes EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAKEFILE= Makefile.std -ALL_TARGET= angband +BUILD_TARGET= angband SPOILERFILE= angband-spoilers.tar.gz diff --git a/games/crafty/Makefile b/games/crafty/Makefile index 712c22437f4..8d023130549 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/09/16 23:23:48 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2004/12/03 15:14:57 wiz Exp $ DISTNAME= crafty-18.15 CATEGORIES= games @@ -23,20 +23,20 @@ EXTRACT_ONLY= ${CRAFTY_DISTFILES} .if !empty(MACHINE_PLATFORM:MNetBSD-*-i386) . if ${OBJECT_FMT} == "ELF" -ALL_TARGET= netbsd-i386-elf +BUILD_TARGET= netbsd-i386-elf . else -ALL_TARGET= netbsd-i386 +BUILD_TARGET= netbsd-i386 . endif .elif !empty(MACHINE_PLATFORM:MNetBSD-*-sparc) -ALL_TARGET= netbsd-sparc +BUILD_TARGET= netbsd-sparc # higher levels of optimization cause crafty to immediately segfault CFLAGS:= ${CFLAGS:C/-O[0-9]*/-O1/} .elif !empty(MACHINE_PLATFORM:MNetBSD-*-*) -ALL_TARGET= netbsd +BUILD_TARGET= netbsd .elif !empty(MACHINE_PLATFORM:MSunOS-*-*) -ALL_TARGET= solaris-gcc +BUILD_TARGET= solaris-gcc .else -ALL_TARGET= generic +BUILD_TARGET= generic .endif CRAFTY_OPTS= -DBOOKDIR=\\\"${BOOKDIR}\\\" diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile index 8bec04f9a44..7776128cedb 100644 --- a/games/fkiss/Makefile +++ b/games/fkiss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/04/11 18:11:03 snj Exp $ +# $NetBSD: Makefile,v 1.15 2004/12/03 15:14:57 wiz Exp $ # DISTNAME= fkiss-0.33 @@ -22,7 +22,7 @@ USE_GNU_TOOLS+= make GNU_CONFIGURE= yes CFLAGS+= -DUSE_STDARG -DHAVE_STDARG_H CFLAGS+= -DDEV_SOUND=\"\\\"${DEVOSSSOUND}\\\"\" -ALL_TARGET= fkiss +BUILD_TARGET= fkiss post-patch: ${MV} ${WRKSRC}/sound.c ${WRKSRC}/sound.c.bak diff --git a/games/glaxium/Makefile b/games/glaxium/Makefile index ba66d16c918..3513caec9b9 100644 --- a/games/glaxium/Makefile +++ b/games/glaxium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/10/03 00:14:44 tv Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/03 15:14:57 wiz Exp $ # DISTNAME= glaxium_0.5 @@ -17,7 +17,7 @@ USE_X11= yes USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ -ALL_TARGET= glaxium +BUILD_TARGET= glaxium SUBST_CLASSES= bill SUBST_STAGE.bill= post-configure diff --git a/games/gtkmagnetic/Makefile b/games/gtkmagnetic/Makefile index 91625fad80f..64fcca27bc2 100644 --- a/games/gtkmagnetic/Makefile +++ b/games/gtkmagnetic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/10/03 00:14:45 tv Exp $ +# $NetBSD: Makefile,v 1.5 2004/12/03 15:14:57 wiz Exp $ # DISTNAME= Magnetic22Src @@ -14,7 +14,7 @@ COMMENT= Interpreter for text adventures from Magnetic Scrolls USE_BUILDLINK3= yes USE_GNU_TOOLS+= make -ALL_TARGET= gtkmagnetic +BUILD_TARGET= gtkmagnetic WRKSRC= ${WRKDIR}/Gtk .include "../../mk/compiler.mk" diff --git a/games/ketm/Makefile b/games/ketm/Makefile index 6b7c5f5cfd3..20fb1a02165 100644 --- a/games/ketm/Makefile +++ b/games/ketm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/10/03 00:14:45 tv Exp $ +# $NetBSD: Makefile,v 1.14 2004/12/03 15:14:57 wiz Exp $ # DISTNAME= ketm-0.0.6 @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://home.t-online.de/home/haslbeck/ketm/ COMMENT= Old-school 2d-scrolling shooter -ALL_TARGET= ketm +BUILD_TARGET= ketm USE_BUILDLINK3= YES USE_X11= YES diff --git a/games/knightcap/Makefile b/games/knightcap/Makefile index 53001a1374e..2136b62f87c 100644 --- a/games/knightcap/Makefile +++ b/games/knightcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/10/03 00:14:45 tv Exp $ +# $NetBSD: Makefile,v 1.16 2004/12/03 15:14:57 wiz Exp $ DISTNAME= KnightCap-3.6 PKGNAME= knightcap-3.6 @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://anu.samba.org/KnightCap/ COMMENT= Chess engine with 3D OpenGL-rendered chessboard -ALL_TARGET= KnightCap +BUILD_TARGET= KnightCap WRKSRC= ${WRKDIR}/Export USE_BUILDLINK3= yes diff --git a/games/nethack-lib/Makefile b/games/nethack-lib/Makefile index 3b4e5dfb6a7..c50934f2e31 100644 --- a/games/nethack-lib/Makefile +++ b/games/nethack-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/04/15 21:29:16 snj Exp $ +# $NetBSD: Makefile,v 1.17 2004/12/03 15:14:57 wiz Exp $ # .include "../nethack-lib/Makefile.common" @@ -10,7 +10,7 @@ COMMENT= Data files for Nethack USE_BUILDLINK3= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./sys/unix/setup.sh -ALL_TARGET= datastuff +BUILD_TARGET= datastuff INSTALL_TARGET= manpages install-dat USE_PKGINSTALL= yes diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index d492d580226..7d597f5997f 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2004/10/03 00:14:46 tv Exp $ +# $NetBSD: Makefile,v 1.40 2004/12/03 15:14:57 wiz Exp $ # .include "../nethack-lib/Makefile.common" @@ -14,7 +14,7 @@ DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib USE_BUILDLINK3= yes USE_X11= # defined -ALL_TARGET= x11tiles nethack +BUILD_TARGET= x11tiles nethack INSTALL_TARGET= binfiles MAKE_ENV+= GTYPE=-qt CFLAGS+= -DPREFIX=\"\\\"${PREFIX}\\\"\" diff --git a/games/nethack-tty/Makefile b/games/nethack-tty/Makefile index fcb226b31d8..90c31dea106 100644 --- a/games/nethack-tty/Makefile +++ b/games/nethack-tty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/21 16:49:57 martti Exp $ +# $NetBSD: Makefile,v 1.13 2004/12/03 15:14:57 wiz Exp $ # .include "../nethack-lib/Makefile.common" @@ -9,7 +9,7 @@ COMMENT= The tty/console based version of NetHack DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib -ALL_TARGET= nethack +BUILD_TARGET= nethack INSTALL_TARGET= binfiles MAKE_ENV+= GTYPE=-tty diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile index be5acca2774..1af11210b34 100644 --- a/games/nethack-x11/Makefile +++ b/games/nethack-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/04/15 21:32:23 snj Exp $ +# $NetBSD: Makefile,v 1.23 2004/12/03 15:14:57 wiz Exp $ # .include "../nethack-lib/Makefile.common" @@ -13,7 +13,7 @@ DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib USE_BUILDLINK3= YES USE_X11= YES -ALL_TARGET= x11tiles nethack +BUILD_TARGET= x11tiles nethack INSTALL_TARGET= binfiles MAKE_ENV+= GTYPE=-x11 diff --git a/games/omega/Makefile b/games/omega/Makefile index 0cee4deb169..44ffb182779 100644 --- a/games/omega/Makefile +++ b/games/omega/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/10/03 00:14:46 tv Exp $ +# $NetBSD: Makefile,v 1.25 2004/12/03 15:14:57 wiz Exp $ DISTNAME= omega-0.90.4-src PKGNAME= omega-0.90.4 @@ -12,7 +12,7 @@ COMMENT= Complex rogue-like game of exploration with a sense of humor WRKSRC= ${WRKDIR}/omega USE_BUILDLINK3= yes -ALL_TARGET= # empty +BUILD_TARGET= # empty .include "../../mk/bsd.prefs.mk" diff --git a/games/pag/Makefile b/games/pag/Makefile index 956a459c9ce..0ddbbea5ae4 100644 --- a/games/pag/Makefile +++ b/games/pag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/10/03 00:14:46 tv Exp $ +# $NetBSD: Makefile,v 1.8 2004/12/03 15:14:57 wiz Exp $ # DISTNAME= pag-0.91 @@ -14,7 +14,7 @@ USE_GNU_TOOLS+= make USE_BUILDLINK3= yes USE_NCURSES= yes # missing function stdscr -ALL_TARGET= compile +BUILD_TARGET= compile .include "../../devel/ncurses/buildlink3.mk" .include "../../graphics/aalib/buildlink3.mk" diff --git a/games/rocksndiamonds-sdl/Makefile b/games/rocksndiamonds-sdl/Makefile index a46997adc8c..7b4ca991bbe 100644 --- a/games/rocksndiamonds-sdl/Makefile +++ b/games/rocksndiamonds-sdl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/11/03 15:15:08 adam Exp $ +# $NetBSD: Makefile,v 1.7 2004/12/03 15:14:57 wiz Exp $ .include "../../audio/SDL_mixer/buildlink3.mk" .include "../../graphics/SDL_image/buildlink3.mk" @@ -9,7 +9,7 @@ PKGNAME= ${DISTNAME:S/-/-sdl-/} COMMENT= Game like Boulder Dash, Emerald Mine, or Sokoban (SDL build) -ALL_TARGET= sdl +BUILD_TARGET= sdl CONFLICTS= rocksndiamonds-[1-9]* PATCHDIR= ../rocksndiamonds/patches diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile index c5d86d7412d..b8ccbf8ef81 100644 --- a/games/rocksndiamonds/Makefile +++ b/games/rocksndiamonds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/03/08 08:43:33 adam Exp $ +# $NetBSD: Makefile,v 1.20 2004/12/03 15:14:57 wiz Exp $ # .include "Makefile.common" @@ -6,8 +6,8 @@ COMMENT= Game like Boulder Dash, Emerald Mine, or Sokoban (X11 build) .if ${OPSYS} == "SunOS" -ALL_TARGET= solaris +BUILD_TARGET= solaris .else -ALL_TARGET= x11 +BUILD_TARGET= x11 .endif CONFLICTS= rocksndiamonds-sdl-[1-9]* diff --git a/games/tileworld/Makefile b/games/tileworld/Makefile index 2ce0c381d5f..a2be4ae884e 100644 --- a/games/tileworld/Makefile +++ b/games/tileworld/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/10/03 00:14:47 tv Exp $ +# $NetBSD: Makefile,v 1.12 2004/12/03 15:14:58 wiz Exp $ DISTNAME= tworld-1.1.3 PKGNAME= ${DISTNAME:S/^t/tile/} @@ -15,7 +15,7 @@ USE_GNU_TOOLS+= make USE_X11= YES GNU_CONFIGURE= YES -ALL_TARGET= tworld +BUILD_TARGET= tworld MAKE_ENV+= ECHO="${ECHO}" DATE="${DATE}" diff --git a/games/xbat/Makefile b/games/xbat/Makefile index 38e44256653..f14720ec606 100644 --- a/games/xbat/Makefile +++ b/games/xbat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:15:41 agc Exp $ +# $NetBSD: Makefile,v 1.8 2004/12/03 15:14:58 wiz Exp $ # FreeBSD Id: ports/games/xbat/Makefile,v 1.5 1999/08/25 06:04:41 obrien Exp DISTNAME= xev111 @@ -18,6 +18,6 @@ NO_BIN_ON_FTP= ${RESTRICTED} WRKSRC= ${WRKDIR}/Xev111 USE_IMAKE= yes -ALL_TARGET= xbat +BUILD_TARGET= xbat .include "../../mk/bsd.pkg.mk" diff --git a/games/xbomb/Makefile b/games/xbomb/Makefile index bec2dec8505..d3faeecaca4 100644 --- a/games/xbomb/Makefile +++ b/games/xbomb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/10/14 12:28:02 adam Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/03 15:14:58 wiz Exp $ DISTNAME= xbomb-2.1a CATEGORIES= games x11 @@ -14,7 +14,7 @@ COMMENT= Square, hexagonal, and triangual minesweeper clone USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_X11= yes -ALL_TARGET= xbomb +BUILD_TARGET= xbomb MAKE_ENV+= SCORE_PATH="${SCORE_PATH}" SCORE_PATH= ${VARBASE}/games/xbomb diff --git a/games/xemeraldia/Makefile b/games/xemeraldia/Makefile index 65d013ec0d2..49e7813d9e6 100644 --- a/games/xemeraldia/Makefile +++ b/games/xemeraldia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:39:33 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/03 15:14:58 wiz Exp $ # FreeBSD Id: ports/games/xemeraldia/Makefile,v 1.17 1999/12/10 19:24:55 steve Exp DISTNAME= xemeraldia-0.3 @@ -14,7 +14,7 @@ MAINTAINER= sakamoto@NetBSD.org COMMENT= Game of breaking blocks USE_IMAKE= yes -ALL_TARGET= xemeraldia +BUILD_TARGET= xemeraldia GAMES_DIR= share/games MAKE_ENV+= GAMES_DIR="${GAMES_DIR}" diff --git a/games/xjig/Makefile b/games/xjig/Makefile index a160b30c553..19c90308919 100644 --- a/games/xjig/Makefile +++ b/games/xjig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/05/23 23:50:05 kristerw Exp $ +# $NetBSD: Makefile,v 1.15 2004/12/03 15:14:58 wiz Exp $ # DISTNAME= xjig-2.4 @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Jigsaw puzzle USE_IMAKE= yes -ALL_TARGET= xjig xjig.0 +BUILD_TARGET= xjig xjig.0 USE_LANGUAGES= c c++ diff --git a/games/xjump/Makefile b/games/xjump/Makefile index 1bf1a90654a..cce61057c5e 100644 --- a/games/xjump/Makefile +++ b/games/xjump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/04/07 13:15:54 salo Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/03 15:14:58 wiz Exp $ DISTNAME= xjump_2.7.5.orig PKGNAME= xjump-2.7.5 @@ -12,7 +12,7 @@ COMMENT= Jumping game for X WRKSRC= ${WRKDIR}/xjump-2.7.5.orig USE_BUILDLINK3= yes -ALL_TARGET= xjump +BUILD_TARGET= xjump USE_X11= YES diff --git a/games/xkobo/Makefile b/games/xkobo/Makefile index a9f800c5130..16d7d42917e 100644 --- a/games/xkobo/Makefile +++ b/games/xkobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/05/27 21:59:56 hubertf Exp $ +# $NetBSD: Makefile,v 1.12 2004/12/03 15:14:58 wiz Exp $ # FreeBSD Id: Makefile,v 1.10 1997/11/12 09:57:17 tg Exp # @@ -13,6 +13,6 @@ HOMEPAGE= http://seki.math.hokudai.ac.jp:20080/xkobo-current.html COMMENT= Multi-way scrolling shoot 'em up game for X. Strangely addictive USE_IMAKE= yes -ALL_TARGET+= xkobo all +BUILD_TARGET+= xkobo all .include "../../mk/bsd.pkg.mk" diff --git a/games/xmris/Makefile b/games/xmris/Makefile index 618c1c8f075..5830fa6e70e 100644 --- a/games/xmris/Makefile +++ b/games/xmris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/01/28 22:03:20 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/03 15:14:58 wiz Exp $ DISTNAME= xmris.4.04 PKGNAME= xmris-4.04 @@ -12,7 +12,7 @@ COMMENT= Version of the Mr Do video arcade game for X USE_PKGINSTALL= yes USE_IMAKE= yes -ALL_TARGET= initialize xmris xmred +BUILD_TARGET= initialize xmris xmred NO_INSTALL_MANPAGES= yes OWN_DIRS_PERMS= /var/games/${PKGBASE} games games 775 diff --git a/games/xworm/Makefile b/games/xworm/Makefile index 379ea07dde5..15b0a9cfa79 100644 --- a/games/xworm/Makefile +++ b/games/xworm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/20 12:15:42 agc Exp $ +# $NetBSD: Makefile,v 1.11 2004/12/03 15:14:58 wiz Exp $ # FreeBSD Id: Makefile,v 1.3 1998/08/05 09:31:04 asami Exp # @@ -11,7 +11,7 @@ MAINTAINER= root@garbled.net COMMENT= Classic game with apples and hungry worm WRKSRC= ${WRKDIR}/XWorm -ALL_TARGET= bsd +BUILD_TARGET= bsd USE_X11= yes do-install: diff --git a/games/xzip/Makefile b/games/xzip/Makefile index b954091720d..83e0ebf8830 100644 --- a/games/xzip/Makefile +++ b/games/xzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/05/23 20:58:42 danw Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/03 15:14:58 wiz Exp $ DISTNAME= xzip180 PKGNAME= xzip-1.8 @@ -13,6 +13,6 @@ COMMENT= Z-code interpreter for X11 (Infocom game format) WRKSRC= ${WRKDIR}/xzip USE_X11BASE= yes USE_BUILDLINK3= yes -ALL_TARGET= xzip +BUILD_TARGET= xzip .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3