summaryrefslogtreecommitdiff
path: root/games/xblast/Makefile
diff options
context:
space:
mode:
authortv <tv>2006-01-31 20:19:02 +0000
committertv <tv>2006-01-31 20:19:02 +0000
commit1bf85a33a7f0af352174332dac11865971217df5 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /games/xblast/Makefile
parentfb412398b2a8cd982d1920218452cdaea52847a6 (diff)
downloadpkgsrc-tv_libtool_1_5_18_tmpdirfix.tar.gz
Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv_libtool_1_5_18_tmpdirfix
temp dir creation when using relink-based finalization.
Diffstat (limited to 'games/xblast/Makefile')
-rw-r--r--games/xblast/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/games/xblast/Makefile b/games/xblast/Makefile
deleted file mode 100644
index 0d0b38bcb92..00000000000
--- a/games/xblast/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2004/12/31 12:10:04 minskim Exp $
-#
-
-DISTNAME= xblast-2.6.beta-sound
-PKGNAME= xblast-2.6b
-PKGREVISION= 1
-CATEGORIES= games x11
-MASTER_SITES= http://www.ikp.uni-koeln.de/~vogel/archive/
-
-MAINTAINER= root@garbled.net
-HOMEPAGE= http://www.ikp.uni-koeln.de/~vogel/xblast/xblast.html
-COMMENT= 2-6 player kill the other guy with bombs game. A real blast!
-
-DEPENDS+= tk>=8.3.2:../../x11/tk
-
-WRKSRC= ${WRKDIR}/XBlast-2.6.beta
-USE_IMAKE= yes
-
-post-patch:
- cd ${WRKSRC} ; ${SED} '/file_appl_def/s@/usr/lib/X11@'${PREFIX}'/lib/X11@' defaults.h >xx ; ${MV} xx defaults.h
- ${TOUCH} ${WRKSRC}/xbsndsrv.man
- for dir in bitmap image; do \
- for sub in block explosion misc score sprite; do \
- ${MV} ${WRKSRC}/$$dir/$$sub/Imakefile ${WRKSRC}/$$dir/$$sub/foo; \
- ${SED} -e 's|XBLASTDIR=.*/xblast|XBLASTDIR=${PREFIX}/share/xblast|' <${WRKSRC}/$$dir/$$sub/foo>${WRKSRC}/$$dir/$$sub/Imakefile; \
- ${RM} ${WRKSRC}/$$dir/$$sub/foo; \
- done; \
- done
-
-post-build:
- cd ${WRKSRC}/tkXBlast && ${MAKE_ENV} ${MAKE}
-
-post-install:
- ${RM} ${PREFIX}/man/cat1/xbsndsrv.0
-
-.include "../../mk/bsd.pkg.mk"