summaryrefslogtreecommitdiff
path: root/games/xminehunter/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-01-10 07:54:03 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-01-10 07:54:03 +0000
commit0443cef8709dde9718d272fb7f30b15e92f7616b (patch)
tree86b47f19f5ede09de9f66a7606f18fa3971c577b /games/xminehunter/files
parentChange MAINTAINER address to something more sane. (diff)
Import of xminehunter, yet another minesweeper game.
Uses Motif, and almost works with the latest lesstif-current.
Notes
Notes: svn path=/head/; revision=5296
Diffstat (limited to 'games/xminehunter/files')
-rw-r--r--games/xminehunter/files/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/xminehunter/files/patch-aa b/games/xminehunter/files/patch-aa
new file mode 100644
index 000000000000..4cc6ac4fc764
--- /dev/null
+++ b/games/xminehunter/files/patch-aa
@@ -0,0 +1,15 @@
+--- Makefile.orig Mon Jul 22 08:11:34 1996
++++ Makefile Thu Jan 9 17:28:57 1997
+@@ -1,8 +1,8 @@
+-INSTALL_BIN_PATH = /usr/local/bin
+-INSTALL_SCORE_PATH = /usr/local/lib/xminehunter
++INSTALL_BIN_PATH = ${X11BASE}/bin
++INSTALL_SCORE_PATH = ${X11BASE}/lib/X11/xminehunter
+
+-INCLUDES = -I/usr/local/X11R5/include
+-LIBS = -L/usr/local/X11R5/lib -lXm -lXt -lXpm -lXext -lX11
++INCLUDES = -I${X11BASE}/include
++LIBS = -L${X11BASE}/lib ${MOTIFLIB} -lXt -lXpm -lXext -lX11
+
+
+ CC = g++