summaryrefslogtreecommitdiff
path: root/games/xmemory/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-02-12 08:11:09 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-02-12 08:11:09 +0000
commit2da5df06726aa93ec136672a9777f59808175767 (patch)
tree21ea9989dcd5815f91e8f7f3e210eb986fbe8844 /games/xmemory/files
parentWhen sourcing "config.sh" in shell scripts, specify it as "./config.sh" (diff)
Import xmemory port. xmemory is a multiplayer memory game.
PR: 5678 Submitted by: Dave Chapeskie <dchapes@ddm.on.ca>
Notes
Notes: svn path=/head/; revision=9673
Diffstat (limited to 'games/xmemory/files')
-rw-r--r--games/xmemory/files/patch-aa21
1 files changed, 21 insertions, 0 deletions
diff --git a/games/xmemory/files/patch-aa b/games/xmemory/files/patch-aa
new file mode 100644
index 000000000000..aa7e783b49df
--- /dev/null
+++ b/games/xmemory/files/patch-aa
@@ -0,0 +1,21 @@
+--- Imakefile.orig Thu Jul 18 11:02:56 1996
++++ Imakefile Sat Feb 7 22:15:55 1998
+@@ -8,7 +8,7 @@
+
+ XCOMM where to search for data-files, when not found in current dir
+
+- XMEMORYDIR = \"/usr/games/lib/xmemory\"
++ XMEMORYDIR = \"${LIBDIR}/xmemory\"
+
+ XCOMM set the compiler that you like,
+ XCOMM gcc should suit, since the libraries are not needed.
+@@ -29,8 +29,7 @@
+ $(RM) $@
+ $(CXX) -o $@ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS)
+
+-InstallProgram(xmemory,$(BINDIR))
+-InstallManPage(xmemory,$(MANDIR))
++ComplexProgramTarget(xmemory)
+ DependTarget()
+ CleanTarget()
+