1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/xmemory/files/patch-aa
Thomas Gellekum 2da5df0672 Import xmemory port. xmemory is a multiplayer memory game.
PR:		5678
Submitted by:	Dave Chapeskie <dchapes@ddm.on.ca>
1998-02-12 08:11:09 +00:00

22 lines
618 B
Plaintext

--- 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()