aboutsummaryrefslogtreecommitdiffstats
path: root/games/wmtictactoe/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-05-03 12:31:15 +0800
committersteve <steve@FreeBSD.org>1999-05-03 12:31:15 +0800
commitde1b45194d4ee69ea717d70ea366cb2e4f631d4b (patch)
tree2f04341e759491899e088d3f919f8619986875da /games/wmtictactoe/files
parent42da74fd7f06b6a6077f15887b4661b4a73415a0 (diff)
downloadfreebsd-ports-gnome-de1b45194d4ee69ea717d70ea366cb2e4f631d4b.tar.gz
freebsd-ports-gnome-de1b45194d4ee69ea717d70ea366cb2e4f631d4b.tar.zst
freebsd-ports-gnome-de1b45194d4ee69ea717d70ea366cb2e4f631d4b.zip
Initial import of wmtictactoe version 0.4.
A dockable TicTacToe game for WindowMaker and AfterStep. PR: 11400 Submitted by: Jim Mock <jim@phrantic.phear.net>
Diffstat (limited to 'games/wmtictactoe/files')
-rw-r--r--games/wmtictactoe/files/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/wmtictactoe/files/patch-aa b/games/wmtictactoe/files/patch-aa
new file mode 100644
index 000000000000..64085be503a2
--- /dev/null
+++ b/games/wmtictactoe/files/patch-aa
@@ -0,0 +1,22 @@
+--- Makefile.orig Mon Mar 29 09:41:40 1999
++++ Makefile Sat May 1 21:48:22 1999
+@@ -1,9 +1,10 @@
+-LIBDIR = -L/usr/X11R6/lib
++INCLUDES = -I${X11BASE}/include
++LIBDIR = -L${X11BASE}/lib
+ LIBS = -lXpm -lXext -lX11
+ OBJS = wmtictactoe.o ../wmgeneral/wmgeneral.o
+
+ .c.o:
+- cc -c -g -O2 -Wall $< -o $*.o
++ cc -c -g -O2 -Wall $(INCLUDES) $< -o $*.o
+
+ all: wmtictactoe
+
+@@ -17,5 +18,4 @@
+ rm wmtictactoe
+
+ install:
+- /usr/bin/install -c -o 0 -g 0 -s -m 755 wmtictactoe /usr/local/bin/wmtictactoe
+-
++ /usr/bin/install -c -o 0 -g 0 -s -m 755 wmtictactoe ${PREFIX}/bin/wmtictactoe