diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1998-08-01 05:00:13 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1998-08-01 05:00:13 +0000 |
commit | 4505792289485ad06e6c8b64bbcd9af0827bfa79 (patch) | |
tree | 3d5ebf1cd10a23a568011e5b6c8cdfe2033ffb29 /games/pp/files | |
parent | You don't need to use "+=" for a variable only defined once.... (diff) |
Prometeus Project - real time strategy game for X Window System.
PR: ports/7143
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes:
svn path=/head/; revision=12238
Diffstat (limited to 'games/pp/files')
-rw-r--r-- | games/pp/files/patch-aa | 15 | ||||
-rw-r--r-- | games/pp/files/pp.sh | 2 |
2 files changed, 17 insertions, 0 deletions
diff --git a/games/pp/files/patch-aa b/games/pp/files/patch-aa new file mode 100644 index 000000000000..8624f86e9462 --- /dev/null +++ b/games/pp/files/patch-aa @@ -0,0 +1,15 @@ +--- Makefile Sat Apr 5 17:08:26 1997 ++++ /home/andy/tmp/wrk/Makefile Mon Jun 8 22:35:44 1998 +@@ -1,10 +1,10 @@ + ####### This section was automatically generated from + +-INCDIR = $(QTDIR)/include ++INCDIR = ${X11BASE}/include/X11/qt + CFLAGS = -O2 -fno-strength-reduce -Wall -W + LIBCFLAGS = -fPIC + YACCCFLAGS = -Wno-unused -Wno-parentheses +-LFLAGS = -L$(QTDIR)/lib -lqt ++LFLAGS = -L${X11BASE}/lib -lqt + CC = gcc + MOC = moc + SHELL = /bin/sh diff --git a/games/pp/files/pp.sh b/games/pp/files/pp.sh new file mode 100644 index 000000000000..3f901b8cc95d --- /dev/null +++ b/games/pp/files/pp.sh @@ -0,0 +1,2 @@ +#! /bin/sh +exec %%PREFIX%%/bin/pp.bin %%PREFIX%%/share/pp |