summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg>2007-03-24 19:21:18 +0000
committerjoerg <joerg>2007-03-24 19:21:18 +0000
commitf28d555e18f935b83971ec8fe6c74564beccb54b (patch)
treea57573ceef3abc19d705671351ee7db9e9292311 /games
parent3693e572eee7e816fbb7530590631bdda71fcea9 (diff)
downloadpkgsrc-f28d555e18f935b83971ec8fe6c74564beccb54b.tar.gz
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'games')
-rw-r--r--games/gnuchess4/Makefile5
-rw-r--r--games/golddig/Makefile4
-rw-r--r--games/greed/Makefile3
-rw-r--r--games/imaze/Makefile4
-rw-r--r--games/jetpack/Makefile4
-rw-r--r--games/moria/Makefile4
-rw-r--r--games/nethack-lib/Makefile3
-rw-r--r--games/spellcast/Makefile3
-rw-r--r--games/svb/Makefile3
-rw-r--r--games/xblast/Makefile4
-rw-r--r--games/xboing/Makefile3
-rw-r--r--games/xfreecell/Makefile4
-rw-r--r--games/xgalaga/Makefile4
-rw-r--r--games/xmris/Makefile3
-rw-r--r--games/xnibbles/Makefile4
-rw-r--r--games/xroach/Makefile4
-rw-r--r--games/xzip/Makefile3
17 files changed, 44 insertions, 18 deletions
diff --git a/games/gnuchess4/Makefile b/games/gnuchess4/Makefile
index d4956a36d3c..c42ad1e4e9f 100644
--- a/games/gnuchess4/Makefile
+++ b/games/gnuchess4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:42 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2007/03/24 19:21:23 joerg Exp $
DISTNAME= gnuchess-4.0.pl80
PKGNAME= gnuchess4-4.0.80
@@ -17,8 +17,9 @@ GNU_CONFIGURE= yes
CONFIGURE_DIRS= src
BUILD_DIRS= ${CONFIGURE_DIRS}
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 share/doc/gnuchess4
+
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnuchess4
cd ${WRKSRC}/doc; ${INSTALL_DATA} \
ARTICLE ARTICLE.2 CHESSTOOL FAQ HEURISTICS MOVE-GEN \
README.font README.output \
diff --git a/games/golddig/Makefile b/games/golddig/Makefile
index 6dc1637cd0f..dfcaa4d7f85 100644
--- a/games/golddig/Makefile
+++ b/games/golddig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/02/02 18:47:51 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2007/03/24 19:21:23 joerg Exp $
#
DISTNAME= golddigC3.0
@@ -12,6 +12,8 @@ COMMENT= Fast action game designed for use with X
USE_X11BASE= yes
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man6
+
post-build:
for f in ${WRKSRC}/golddig.6 ${WRKSRC}/gdedit.6; do \
${SED} "s|@PREFIX@|${PREFIX}|g" $$f > $$f.new && \
diff --git a/games/greed/Makefile b/games/greed/Makefile
index 400b2d73dd4..58e223e519e 100644
--- a/games/greed/Makefile
+++ b/games/greed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/02/24 21:06:00 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2007/03/24 19:21:24 joerg Exp $
#
DISTNAME= greed-3.4
@@ -10,6 +10,7 @@ HOMEPAGE= http://www.catb.org/~esr/greed/
COMMENT= Strategy game: eat as much as possible
BUILD_TARGET= greed
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man6
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/games/imaze/Makefile b/games/imaze/Makefile
index 1a423d94cab..7051e8b4347 100644
--- a/games/imaze/Makefile
+++ b/games/imaze/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/02/05 23:09:16 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2007/03/24 19:21:24 joerg Exp $
DISTNAME= imaze1.3
PKGNAME= imaze-1.3
@@ -16,6 +16,8 @@ EXTRACT_ONLY= imaze1.3.tar.Z
WRKSRC= ${WRKDIR}/imaze
USE_X11BASE= yes
+INSTALLATION_DIRS= ${PKGMANDIR}/man6
+
post-build:
cd ${WRKSRC} && ${PAX} -O -rf ${DISTDIR}/imaze-sounds.tar
diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile
index 2acbac85932..c254ef78789 100644
--- a/games/jetpack/Makefile
+++ b/games/jetpack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/01/07 09:13:54 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2007/03/24 19:21:24 joerg Exp $
DISTNAME= jetpack
PKGNAME= jetpack-1.0
@@ -13,6 +13,8 @@ COMMENT= Arcade action game for X Windows
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man6
+
post-install:
@${CHOWN} bin:games ${PREFIX}/bin/jetpack
@${CHOWN} bin:games ${PREFIX}/share/jetpack
diff --git a/games/moria/Makefile b/games/moria/Makefile
index 4976b921c65..299824ea80c 100644
--- a/games/moria/Makefile
+++ b/games/moria/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/03/06 23:25:47 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2007/03/24 19:21:24 joerg Exp $
DISTNAME= um5.5.2
PKGNAME= moria-5.5.2
@@ -15,6 +15,8 @@ COMMENT= Rogue-like game with a different sense of scale than Rogue
WRKSRC= ${WRKDIR}/umoria
MAKE_FLAGS+= CURSES=-lncurses
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man6
+
do-configure:
@${RM} -f ${WRKSRC}/*.[ch] ${WRKSRC}/Makefile
@cd ${WRKSRC}; ${LN} -s source/* unix/* .
diff --git a/games/nethack-lib/Makefile b/games/nethack-lib/Makefile
index ed4fcfbcbb1..399c0660ba3 100644
--- a/games/nethack-lib/Makefile
+++ b/games/nethack-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2006/08/28 23:03:14 ben Exp $
+# $NetBSD: Makefile,v 1.25 2007/03/24 19:21:24 joerg Exp $
#
.include "../../games/nethack-lib/Makefile.common"
@@ -12,6 +12,7 @@ HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./sys/unix/setup.sh
BUILD_TARGET= datastuff
INSTALL_TARGET= manpages install-dat
+INSTALLATION_DIRS= ${PKGMANDIR}/man6
# Special handling for the scorefiles: we do not want to delete
# them between package installations and deinstallations.
diff --git a/games/spellcast/Makefile b/games/spellcast/Makefile
index 0b2cd3a52da..fed5791e402 100644
--- a/games/spellcast/Makefile
+++ b/games/spellcast/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/02/02 18:40:31 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2007/03/24 19:21:24 joerg Exp $
#
DISTNAME= spellcast
@@ -13,6 +13,7 @@ HOMEPAGE= http://www.eblong.com/zarf/spellcast.html
COMMENT= Game of dueling wizards for two players
USE_X11BASE= yes
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man6
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/games/svb/Makefile b/games/svb/Makefile
index b3075de137e..d02cd750cda 100644
--- a/games/svb/Makefile
+++ b/games/svb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2007/01/07 09:13:55 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2007/03/24 19:21:24 joerg Exp $
DISTNAME= svb
PKGNAME= svb-1.0
@@ -13,6 +13,7 @@ COMMENT= Spy Vs. Bob, the timeless classic
WRKSRC= ${WRKDIR}
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man6
post-install:
${INSTALL_GAME_DATA} /dev/null /var/games/svb.scorefile
diff --git a/games/xblast/Makefile b/games/xblast/Makefile
index 1955a9ae004..6d5a2d75690 100644
--- a/games/xblast/Makefile
+++ b/games/xblast/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2007/02/02 18:18:27 joerg Exp $
+# $NetBSD: Makefile,v 1.26 2007/03/24 19:21:24 joerg Exp $
#
DISTNAME= xblast-2.10.2
@@ -26,6 +26,8 @@ SUBST_MESSAGE.ossaudio= "Linking ossaudio library"
SUBST_FILES.ossaudio= Makefile.in
SUBST_SED.ossaudio=-e 's|xbsndsrv_LDFLAGS =|xbsndsrv_LDFLAGS = ${LIBOSSAUDIO}|'
+INSTALLATION_DIRS= ${PKGMANDIR}/man6
+
pre-build:
${MV} ${WRKDIR}/images-2005-01-06 ${WRKSRC}/image
${MV} ${WRKDIR}/levels-2005-01-06 ${WRKSRC}/level
diff --git a/games/xboing/Makefile b/games/xboing/Makefile
index 8cc5d00a2ff..d1c8a5853b3 100644
--- a/games/xboing/Makefile
+++ b/games/xboing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2007/01/07 09:13:55 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2007/03/24 19:21:24 joerg Exp $
#
DISTNAME= xboing2.4
@@ -15,6 +15,7 @@ WRKSRC= ${WRKDIR}/xboing
USE_IMAKE= YES
NO_INSTALL_MANPAGES= YES
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man6
MAKE_ENV+= VARBASE=${VARBASE:Q}
diff --git a/games/xfreecell/Makefile b/games/xfreecell/Makefile
index 70a2db37f49..7033877024d 100644
--- a/games/xfreecell/Makefile
+++ b/games/xfreecell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/02/22 19:26:31 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2007/03/24 19:21:24 joerg Exp $
DISTNAME= xfreecell-1.0.5b
PKGREVISION= 1
@@ -15,6 +15,8 @@ USE_TOOLS+= gmake
USE_LANGUAGES= c++
MAKE_FILE= makefile
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man6
+
WRKSRC= ${WRKDIR}/xfreecell
NO_CONFIGURE= YES
diff --git a/games/xgalaga/Makefile b/games/xgalaga/Makefile
index ca9fb2e837b..4faf42590a9 100644
--- a/games/xgalaga/Makefile
+++ b/games/xgalaga/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2006/12/27 13:37:37 joerg Exp $
+# $NetBSD: Makefile,v 1.31 2007/03/24 19:21:24 joerg Exp $
DISTNAME= xgalaga-2.0.34
PKGREVISION= 4
@@ -17,6 +17,8 @@ SETGIDGAME= yes
MAKE_ENV+= GAMEOWN=${GAMEOWN:Q} GAMEGRP=${GAMEGRP:Q} \
GAMEMODE=${GAMEMODE:Q} GAMEDATAMODE=${GAMEDATAMODE:Q}
+INSTALLATION_DIRS= libexec
+
post-install:
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/xgalaga/README
diff --git a/games/xmris/Makefile b/games/xmris/Makefile
index ba6ec92834b..d40e1eec494 100644
--- a/games/xmris/Makefile
+++ b/games/xmris/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2007/01/07 09:13:55 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2007/03/24 19:21:24 joerg Exp $
DISTNAME= xmris.4.0.5
PKGNAME= xmris-4.05
@@ -13,6 +13,7 @@ COMMENT= Version of the Mr Do video arcade game for X
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man6
post-patch:
@${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile-pre
diff --git a/games/xnibbles/Makefile b/games/xnibbles/Makefile
index ee55b455adb..d09d7959fcd 100644
--- a/games/xnibbles/Makefile
+++ b/games/xnibbles/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/12/15 20:32:56 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2007/03/24 19:21:25 joerg Exp $
#
DISTNAME= xnibbles-1.0BETA4
@@ -16,6 +16,8 @@ WRKSRC= ${WRKDIR}/xnibbles
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man6
+
SUBST_CLASSES+= audio
SUBST_STAGE.audio= pre-build
SUBST_MESSAGE.audio= Adjusting path to audio device
diff --git a/games/xroach/Makefile b/games/xroach/Makefile
index e077ce8db4c..e82dc14c7a6 100644
--- a/games/xroach/Makefile
+++ b/games/xroach/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2007/02/02 18:04:52 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2007/03/24 19:21:25 joerg Exp $
#
DISTNAME= xroach
@@ -16,5 +16,7 @@ MAKE_ENV+= BINOWN=${BINOWN:Q} BINGRP=${BINGRP:Q} BINMODE=${BINMODE:Q} \
MANOWN=${MANOWN:Q} MANGRP=${MANGRP:Q} MANMODE=${MANMODE:Q}
MANCOMPRESSED_IF_MANZ= yes
+INSTALLATION_DIRS= bin ${PKGMANDIR}/cat6 ${PKGMANDIR}/man6
+
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/games/xzip/Makefile b/games/xzip/Makefile
index 60de4f331d0..e01633b9f03 100644
--- a/games/xzip/Makefile
+++ b/games/xzip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/02/02 01:05:20 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2007/03/24 19:21:25 joerg Exp $
DISTNAME= xzip180
PKGNAME= xzip-1.8
@@ -14,6 +14,7 @@ COMMENT= Z-code interpreter for X11 (Infocom game format)
WRKSRC= ${WRKDIR}/xzip
USE_X11BASE= yes
BUILD_TARGET= xzip
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man6
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"