summaryrefslogtreecommitdiff
path: root/games/vectoroids/files
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-06-27 09:11:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-06-27 09:11:21 +0000
commitf1c6a26e682c15561676572960d0423d26598760 (patch)
tree65ae1d81a32c7c6dd310ecc2845eb373a52ef409 /games/vectoroids/files
parento due to teTeX update to 2.0.2, update pkg-plist (diff)
Add vectoroids 1.1.0.
Vectoroids is an SDL Asteroids clone, with quick game-play and pretty good graphics. Obtained from: OpenBSD
Notes
Notes: svn path=/head/; revision=83738
Diffstat (limited to 'games/vectoroids/files')
-rw-r--r--games/vectoroids/files/patch-Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/games/vectoroids/files/patch-Makefile b/games/vectoroids/files/patch-Makefile
new file mode 100644
index 000000000000..c7b53bcade84
--- /dev/null
+++ b/games/vectoroids/files/patch-Makefile
@@ -0,0 +1,24 @@
+--- Makefile.orig Sat Apr 13 17:51:14 2002
++++ Makefile Fri Jun 27 02:02:00 2003
+@@ -9,19 +9,18 @@
+ # November 30, 2001 - April 13, 2002
+
+
+-PREFIX=/usr/local
+ MAN_PREFIX=$(PREFIX)
+ BIN_PREFIX=$(PREFIX)/bin
+ DATA_PREFIX=$(PREFIX)/share/vectoroids/
+ JOY=YES
+ TARGET_DEF=LINUX
+-SDL_LIB=$(shell sdl-config --libs) $(MIXER) -lSDL_image
++SDL_LIB=$(shell sdl11-config --libs) $(MIXER) -lSDL_image
+
+ NOSOUNDFLAG=__SOUND
+ MIXER=-lSDL_mixer
+
+ CFLAGS=-Wall -Wno-long-long -pedantic -ansi -O2 \
+- $(shell sdl-config --cflags) -D$(NOSOUNDFLAG) \
++ $(shell sdl11-config --cflags) -D$(NOSOUNDFLAG) \
+ -DDATA_PREFIX=\"$(DATA_PREFIX)\" -DJOY_$(JOY) -D$(TARGET_DEF)
+
+