aboutsummaryrefslogtreecommitdiff
path: root/games/goonies/files
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-09-12 20:47:56 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-09-12 20:47:56 +0000
commitd64dc6434da8cb8999a2279377d0dff7ec5239f8 (patch)
tree78b9298b2d6b5e04ee8aee0cd67cc7eb62869061 /games/goonies/files
parentf27f408ad4b02b984948599d8c339cdbae9ea9f3 (diff)
downloadports-d64dc6434da8cb8999a2279377d0dff7ec5239f8.tar.gz
ports-d64dc6434da8cb8999a2279377d0dff7ec5239f8.zip
Welcome to the Brain Games remake of the 8 bit classic game 'The
Goonies'. This game was made by Konami in 1986. There were both a NES version and an MSX version of the game; this remake is based on the MSX version. This remake was made for the 2006 competition organized by Retro Remakes. After having participated in 2003 (with Road Fighter, which finished on the 7th place out of 83 entries), and in 2004 (with F-1 Spirit, gaining the 13th place amongst the 73 contestants), we decided to give another go at the first prize! And, who knows.... WWW: http://goonies.jorito.net/ PR: ports/102959 Submitted by: Dmitry Marakasov <amdmi3(at)mail.ru>
Notes
Notes: svn path=/head/; revision=172889
Diffstat (limited to 'games/goonies/files')
-rw-r--r--games/goonies/files/patch-build-linux-Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/games/goonies/files/patch-build-linux-Makefile b/games/goonies/files/patch-build-linux-Makefile
new file mode 100644
index 000000000000..4589a372735c
--- /dev/null
+++ b/games/goonies/files/patch-build-linux-Makefile
@@ -0,0 +1,21 @@
+--- build/linux/Makefile.orig Mon Aug 28 15:10:27 2006
++++ build/linux/Makefile Thu Sep 7 00:20:01 2006
+@@ -25,13 +25,13 @@
+ TheGoonies.o TheGooniesApp.o main.o
+
+ EXE = goonies
+-INSTDIR = /usr/local/games/$(EXE)
+-STARTUP = /usr/local/bin/$(EXE)
++INSTDIR = ${DATADIR}
++STARTUP = ${PREFIX}/bin/$(EXE)
+ DATA = ../graphics ../maps ../sound
+
+-CC = c++
+-CFLAGS = -g3 -O3 -Wall `sdl-config --cflags` -I/usr/local/include/SDL -I/usr/X11R6/include
+-LDFLAGS = `sdl-config --libs` -L/usr/X11R6/lib/ -lSDL_image -lSDL_mixer -lSDL_sound -lGL -lGLU
++CC ?= c++
++CFLAGS += -Wall `${SDL_CONFIG} --cflags` -I${X11BASE}/include
++LDFLAGS += `${SDL_CONFIG} --libs` -L${X11BASE}/lib -lSDL_image -lSDL_mixer -lGL -lGLU
+ RM = rm -f
+ CP = cp -r
+ LN = ln -s