aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-18 08:04:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-18 08:04:49 +0000
commitd91978fbdf0aeeb79cbf0f4a85aeca6c39209b56 (patch)
treec2d48d5f4be567e645c583cac32ebcc78aef83e6 /games
parent1f10716342f8d557b8e65ece01082bd1f7f9d708 (diff)
downloadports-d91978fbdf0aeeb79cbf0f4a85aeca6c39209b56.tar.gz
ports-d91978fbdf0aeeb79cbf0f4a85aeca6c39209b56.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/frozenbubble/files/patch-..-Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/games/frozenbubble/files/patch-..-Makefile b/games/frozenbubble/files/patch-..-Makefile
new file mode 100644
index 000000000000..a3f9dcd66109
--- /dev/null
+++ b/games/frozenbubble/files/patch-..-Makefile
@@ -0,0 +1,18 @@
+--- ../Makefile.orig Mon Feb 3 15:36:55 2003
++++ ../Makefile Wed May 18 10:01:52 2005
+@@ -10,12 +10,12 @@
+ dirs:
+ @if ! perl -e 'use SDL'; then echo -e "\n *** I need perl-SDL installed"; false; fi
+ @if ! perl -e 'use SDL; ($$mj, $$mn, $$mc) = split /\./, $$SDL::VERSION; exit 1 if $$mj<1 || $$mn<19'; then echo -e "\n *** I need perl-SDL version 1.19.0 or upper"; false; fi
+- @for n in . $(DIRS); do \
+- [ "$$n" = "." ] || $(MAKE) -C $$n ;\
+- done
+ @if [ ! -d save_virgin ]; then mkdir save_virgin; cp c_stuff/lib/fb_stuff.pm save_virgin; fi
+ cp -f save_virgin/fb_stuff.pm c_stuff/lib/fb_stuff.pm
+ perl -pi -e 's|\@DATADIR\@|$(DATADIR)|' c_stuff/lib/fb_stuff.pm
++ @for n in . $(DIRS); do \
++ [ "$$n" = "." ] || $(MAKE) -C $$n ;\
++ done
+
+
+ install: $(ALL)