summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorrillig <rillig>2005-09-28 20:52:18 +0000
committerrillig <rillig>2005-09-28 20:52:18 +0000
commit497cdd7125f8abe86eec13bb709ecc6625e715f0 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /games
parent78122d314edeb82e3047dae09d03b73df8b70852 (diff)
downloadpkgsrc-497cdd7125f8abe86eec13bb709ecc6625e715f0.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'games')
-rw-r--r--games/baduki/Makefile8
-rw-r--r--games/colchess-book-colchess/Makefile6
-rw-r--r--games/colchess-book-large/Makefile4
-rw-r--r--games/colchess/Makefile4
-rw-r--r--games/crafty-book-medium/Makefile4
-rw-r--r--games/crafty-book-small/Makefile4
-rw-r--r--games/crafty-doc/Makefile6
-rw-r--r--games/exchess-book-medium/Makefile4
-rw-r--r--games/exchess-book-small/Makefile4
-rw-r--r--games/exchess/Makefile4
-rw-r--r--games/gnuchess-book-medium/Makefile4
-rw-r--r--games/gnuchess-book/Makefile4
-rw-r--r--games/knightcap-brain/Makefile4
-rw-r--r--games/tuxmath/Makefile4
-rw-r--r--games/xboard/Makefile4
-rw-r--r--games/xracer/Makefile8
16 files changed, 38 insertions, 38 deletions
diff --git a/games/baduki/Makefile b/games/baduki/Makefile
index 4ba32c2df2c..747411e7134 100644
--- a/games/baduki/Makefile
+++ b/games/baduki/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2005/06/01 18:02:49 jlam Exp $
+# $NetBSD: Makefile,v 1.35 2005/09/28 20:52:22 rillig Exp $
DISTNAME= baduki-0.2.9
PKGREVISION= 3
@@ -9,11 +9,11 @@ MAINTAINER= bad@NetBSD.org
HOMEPAGE= http://soback.kornet21.net/~artist/baduk/baduki.html
COMMENT= Go playing program based on xamigo
-BUILD_USES_MSGFMT= # defined
+BUILD_USES_MSGFMT= yes
-USE_PKGLOCALEDIR= # defined
+USE_PKGLOCALEDIR= yes
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-included-gettext
.include "../../devel/gettext-lib/buildlink3.mk"
diff --git a/games/colchess-book-colchess/Makefile b/games/colchess-book-colchess/Makefile
index 08287a4aa78..0f3ba4b28e0 100644
--- a/games/colchess-book-colchess/Makefile
+++ b/games/colchess-book-colchess/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/04/24 22:46:10 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:22 rillig Exp $
DISTNAME= colchess
PKGNAME= ${CHESS_ENGINE}-book-${DIST_SUBDIR}
@@ -17,8 +17,8 @@ CONFLICTS+= colchess-book-[0-9]*
WRKSRC= ${WRKDIR}/ColChess
CHESS_ENGINE= colchess
DIST_SUBDIR= colchess-7.0
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
+NO_CONFIGURE= yes
+NO_BUILD= yes
PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE}
PLIST_SUBST+= BOOK_FILE=${BOOK_FILE}
diff --git a/games/colchess-book-large/Makefile b/games/colchess-book-large/Makefile
index ef264f5e6c7..1190b4e27bf 100644
--- a/games/colchess-book-large/Makefile
+++ b/games/colchess-book-large/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/04/24 22:46:10 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:22 rillig Exp $
DISTNAME= book_large
PKGNAME= ${CHESS_ENGINE}-book-large-20000512
@@ -16,7 +16,7 @@ CONFLICTS= ${CHESS_ENGINE}-book-[0-9]*
WRKSRC= ${WRKDIR}
CHESS_ENGINE= colchess
DIST_SUBDIR= chessbooks
-NO_CONFIGURE= # defined
+NO_CONFIGURE= yes
PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE}
PLIST_SUBST+= BOOK_FILE=${BOOK_FILE}
diff --git a/games/colchess/Makefile b/games/colchess/Makefile
index 80364d2c2e4..e3a38c94072 100644
--- a/games/colchess/Makefile
+++ b/games/colchess/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:53 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:22 rillig Exp $
DISTNAME= colchess
PKGNAME= ${DISTNAME}-7.0
@@ -12,7 +12,7 @@ COMMENT= Chess analysis engine
DIST_SUBDIR= ${PKGNAME}
MAKE_ENV+= PREFIX="${PREFIX}"
-NO_CONFIGURE= # defined
+NO_CONFIGURE= yes
WRKSRC= ${WRKDIR}/ColChess
DATADIR= ${PREFIX}/share/colchess
diff --git a/games/crafty-book-medium/Makefile b/games/crafty-book-medium/Makefile
index 3021552e857..284c1fbeefb 100644
--- a/games/crafty-book-medium/Makefile
+++ b/games/crafty-book-medium/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/04/24 22:46:10 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:22 rillig Exp $
DISTNAME= medium
PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511
@@ -16,7 +16,7 @@ CONFLICTS= ${CHESS_ENGINE}-book-[0-9]*
WRKSRC= ${WRKDIR}
CHESS_ENGINE= crafty
DIST_SUBDIR= chessbooks
-NO_CONFIGURE= # defined
+NO_CONFIGURE= yes
PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE}
PLIST_SUBST+= BOOK_FILE=${BOOK_FILE}
diff --git a/games/crafty-book-small/Makefile b/games/crafty-book-small/Makefile
index d6bf6f0a637..68741b74224 100644
--- a/games/crafty-book-small/Makefile
+++ b/games/crafty-book-small/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/04/24 22:46:10 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:22 rillig Exp $
DISTNAME= small
PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511
@@ -16,7 +16,7 @@ CONFLICTS= ${CHESS_ENGINE}-book-[0-9]*
WRKSRC= ${WRKDIR}
CHESS_ENGINE= crafty
DIST_SUBDIR= chessbooks
-NO_CONFIGURE= # defined
+NO_CONFIGURE= yes
PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE}
PLIST_SUBST+= BOOK_FILE=${BOOK_FILE}
diff --git a/games/crafty-doc/Makefile b/games/crafty-doc/Makefile
index 768e011952f..3f893350b81 100644
--- a/games/crafty-doc/Makefile
+++ b/games/crafty-doc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/04/24 22:46:10 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2005/09/28 20:52:22 rillig Exp $
DISTNAME= crafty-doc-18.0
CATEGORIES= games
@@ -10,8 +10,8 @@ COMMENT= Documentation for Crafty chess engine
DIST_SUBDIR= ${PKGNAME}
EXTRACT_ONLY= # empty
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
+NO_CONFIGURE= yes
+NO_BUILD= yes
DOCDIR= ${PREFIX}/share/doc/crafty
diff --git a/games/exchess-book-medium/Makefile b/games/exchess-book-medium/Makefile
index 2b43afc20be..173d9f7cf72 100644
--- a/games/exchess-book-medium/Makefile
+++ b/games/exchess-book-medium/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/04/24 22:46:10 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:22 rillig Exp $
DISTNAME= medium
PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511
@@ -16,7 +16,7 @@ CONFLICTS= ${CHESS_ENGINE}-book-[0-9]*
WRKSRC= ${WRKDIR}
CHESS_ENGINE= exchess
DIST_SUBDIR= chessbooks
-NO_CONFIGURE= # defined
+NO_CONFIGURE= yes
PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE}
PLIST_SUBST+= BOOK_FILE=${BOOK_FILE}
diff --git a/games/exchess-book-small/Makefile b/games/exchess-book-small/Makefile
index ea72c00fb30..399774a380c 100644
--- a/games/exchess-book-small/Makefile
+++ b/games/exchess-book-small/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/04/24 22:46:10 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:22 rillig Exp $
DISTNAME= small
PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511
@@ -16,7 +16,7 @@ CONFLICTS= ${CHESS_ENGINE}-book-[0-9]*
WRKSRC= ${WRKDIR}
CHESS_ENGINE= exchess
DIST_SUBDIR= chessbooks
-NO_CONFIGURE= # defined
+NO_CONFIGURE= yes
PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE}
PLIST_SUBST+= BOOK_FILE=${BOOK_FILE}
diff --git a/games/exchess/Makefile b/games/exchess/Makefile
index 6f59d37a23a..cf056205ed7 100644
--- a/games/exchess/Makefile
+++ b/games/exchess/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/04/24 22:46:10 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/09/28 20:52:22 rillig Exp $
DISTNAME= EXCH314S
PKGNAME= exchess-3.14
@@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://pc.astro.brandeis.edu/BRAG/people/dch/chess.html
COMMENT= Experimental chess engine
-NO_CONFIGURE= # defined
+NO_CONFIGURE= yes
WRKSRC= ${WRKDIR}
LIBDIR= ${PREFIX}/lib/exchess
diff --git a/games/gnuchess-book-medium/Makefile b/games/gnuchess-book-medium/Makefile
index e01a7e73929..c6f21fd3ef2 100644
--- a/games/gnuchess-book-medium/Makefile
+++ b/games/gnuchess-book-medium/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/09/28 14:31:07 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2005/09/28 20:52:22 rillig Exp $
DISTNAME= medium
PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511
@@ -17,7 +17,7 @@ CONFLICTS= ${CHESS_ENGINE}-book-*
WRKSRC= ${WRKDIR}
CHESS_ENGINE= gnuchess
DIST_SUBDIR= chessbooks
-NO_CONFIGURE= # defined
+NO_CONFIGURE= yes
PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE}
PLIST_SUBST+= BOOK_FILE=${BOOK_FILE}
diff --git a/games/gnuchess-book/Makefile b/games/gnuchess-book/Makefile
index c0553e92e3b..9ba2cbaf83d 100644
--- a/games/gnuchess-book/Makefile
+++ b/games/gnuchess-book/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/04/24 22:46:10 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2005/09/28 20:52:22 rillig Exp $
#
DISTNAME= book_1.01.pgn
@@ -17,7 +17,7 @@ CONFLICTS+= gnuchess-book-*
WRKSRC= ${WRKDIR}
CHESS_ENGINE= gnuchess
-NO_CONFIGURE= # defined
+NO_CONFIGURE= yes
PLIST_SUBST+= CHESS_ENGINE=${CHESS_ENGINE}
PLIST_SUBST+= BOOK_FILE=${BOOK_FILE}
diff --git a/games/knightcap-brain/Makefile b/games/knightcap-brain/Makefile
index ffd9c9ba750..981cac89870 100644
--- a/games/knightcap-brain/Makefile
+++ b/games/knightcap-brain/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:54 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:22 rillig Exp $
DISTNAME= new_brain
PKGNAME= knightcap-brain-19980616
@@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}
DIST_SUBDIR= ${PKGNAME}
EXTRACT_ONLY= # empty
-NO_CONFIGURE= # defined
+NO_CONFIGURE= yes
EGDIR= ${PREFIX}/share/examples/knightcap
INSTALLATION_DIRS= bin
diff --git a/games/tuxmath/Makefile b/games/tuxmath/Makefile
index 89345b2c018..ef1ce034e4c 100644
--- a/games/tuxmath/Makefile
+++ b/games/tuxmath/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/05/22 20:08:03 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2005/09/28 20:52:22 rillig Exp $
#
DISTNAME= tuxmath-2001.09.07-0102
@@ -13,7 +13,7 @@ COMMENT= Educational math arcade game
WRKSRC= ${WRKDIR}/tuxmath
USE_TOOLS+= gmake
-NO_CONFIGURE= # defined
+NO_CONFIGURE= yes
pre-install:
${FIND} ${WRKSRC} -name CVS -type d -print | ${XARGS} ${RM} -rf
diff --git a/games/xboard/Makefile b/games/xboard/Makefile
index 7bf9266e6b8..9f6b62c6731 100644
--- a/games/xboard/Makefile
+++ b/games/xboard/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/07/16 19:10:39 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2005/09/28 20:52:22 rillig Exp $
DISTNAME= xboard-4.2.6
PKGREVISION= 2
@@ -12,7 +12,7 @@ COMMENT= Graphical frontend for chess engines and servers
CONFIGURE_ARGS+= --enable-xpm
CONFIGURE_ARGS+= --enable-zippy # interface to ICS
CONFIGURE_ENV+= PERLPATH="${PERL5}"
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= yes
USE_TOOLS+= perl:run
INFO_FILES= xboard.info
diff --git a/games/xracer/Makefile b/games/xracer/Makefile
index b916c00a249..3bc4480e99e 100644
--- a/games/xracer/Makefile
+++ b/games/xracer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/07/16 01:19:10 jlam Exp $
+# $NetBSD: Makefile,v 1.37 2005/09/28 20:52:22 rillig Exp $
#
DISTNAME= xracer-0.96.9
@@ -10,13 +10,13 @@ MAINTAINER= bsieker@freenet.de
HOMEPAGE= http://xracer.annexia.org/
COMMENT= XRacer is a clone of the popular Psygnosis game Wipeout
-BUILD_USES_MSGFMT= # defined
+BUILD_USES_MSGFMT= yes
USE_TOOLS+= automake14 gmake perl:run
PERL5_PACKLIST= auto/XRacer/.packlist
-USE_LIBTOOL= # defined
-GNU_CONFIGURE= # defined
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
pre-configure:
cd ${WRKSRC} && automake --gnu && autoconf