summaryrefslogtreecommitdiff
path: root/games/tileworld/patches
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-02-15 08:13:20 +0000
committersalo <salo@pkgsrc.org>2003-02-15 08:13:20 +0000
commit9ac062cf14cee974322e1f70d57a332094c70abc (patch)
tree4c1486fe5c5fdbdc7af76f977db1cc7f2bde65a5 /games/tileworld/patches
parent47a796e97d53d86da86fc823c0dcaed3fc975791 (diff)
downloadpkgsrc-9ac062cf14cee974322e1f70d57a332094c70abc.tar.gz
Tile World is an emulation of the game "Chip's Challenge" (a registered
trademark of Bridgestone Multimedia) created by Chuck Sommerville for the Atari Lynx. The player navigates Chip through various challenges and obstacles. The levels may have teleports, tools, protective gear, chips, keys, and other items. The goal is to reach the exit tile which takes you to the next level. Some levels have time limits. Package submitted by Jeremy C. Reed via PR pkg/20303 with some cleanups by me.
Diffstat (limited to 'games/tileworld/patches')
-rw-r--r--games/tileworld/patches/patch-aa48
1 files changed, 48 insertions, 0 deletions
diff --git a/games/tileworld/patches/patch-aa b/games/tileworld/patches/patch-aa
new file mode 100644
index 00000000000..5e54557772a
--- /dev/null
+++ b/games/tileworld/patches/patch-aa
@@ -0,0 +1,48 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/02/15 08:13:20 salo Exp $
+
+--- Makefile.in.orig Thu Apr 25 16:02:56 2002
++++ Makefile.in Sat Feb 15 08:41:09 2003
+@@ -68,14 +68,14 @@
+ #
+
+ comptime.h:
+- echo \#define COMPILE_TIME \"`date '+%Y %b %e %T %Z'`\" > comptime.h
++ ${ECHO} \#define COMPILE_TIME \"`${DATE} '+%Y %b %e %T %Z'`\" > comptime.h
+
+ #
+ # Libraries
+ #
+
+ liboshw.a: oshw.h defs.h gen.h state.h err.h oshw/*.c oshw/*.h
+- (cd oshw && make)
++ (cd oshw && ${MAKE})
+
+ #
+ # Resources
+@@ -89,17 +89,15 @@
+ #
+
+ install: tworld
+- cp -i ./tworld $(bindir)/.
+- mkdir -p $(sharedir)/sets
+- mkdir -p $(sharedir)/data
+- mkdir -p $(sharedir)/res
+- mkdir -p $(mandir)/man6
+- cp -i sets/*.dac $(sharedir)/sets/.
+- cp -i data/*.dat $(sharedir)/data/.
+- cp -i resources/rc $(sharedir)/res/.
+- cp -i resources/*.bmp $(sharedir)/res/.
+- cp -i resources/*.wav $(sharedir)/res/.
+- cp -i docs/tworld.6 $(mandir)/man6/.
++ ${BSD_INSTALL_PROGRAM} tworld $(bindir)/
++ ${BSD_INSTALL_DATA_DIR} $(sharedir)/sets
++ ${BSD_INSTALL_DATA_DIR} $(sharedir)/data
++ ${BSD_INSTALL_DATA_DIR} $(sharedir)/res
++ ${BSD_INSTALL_DATA} sets/*.dac $(sharedir)/sets/
++ ${BSD_INSTALL_DATA} data/*.dat $(sharedir)/data/
++ ${BSD_INSTALL_DATA} resources/rc resources/*.bmp \
++ resources/*.wav $(sharedir)/res/
++ ${BSD_INSTALL_MAN} docs/tworld.6 $(mandir)/man6/
+
+ clean:
+ rm -f $(OBJS) tworld mklynxcc comptime.h config.*