summaryrefslogtreecommitdiff
path: root/games/xroach/files
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1995-12-22 18:13:46 +0000
committerMark Murray <markm@FreeBSD.org>1995-12-22 18:13:46 +0000
commitee0d380604311ef62dd26fa4ccc1298162108213 (patch)
tree05c0c08bb0744b768691d5095a0ac091830c68a5 /games/xroach/files
parentBring xneko into the ports area preparatory to removing it from the (diff)
Put xroach into the ports area preparatory to nuking it from the main
source tree. OK'ed by: jkh asami (amongs others)
Diffstat (limited to 'games/xroach/files')
-rw-r--r--games/xroach/files/patch-aa32
1 files changed, 32 insertions, 0 deletions
diff --git a/games/xroach/files/patch-aa b/games/xroach/files/patch-aa
new file mode 100644
index 000000000000..00352af4e345
--- /dev/null
+++ b/games/xroach/files/patch-aa
@@ -0,0 +1,32 @@
+diff -cdNr ../xroach.BSD/Makefile ./Makefile
+*** ../xroach.BSD/Makefile Wed Jun 9 04:12:04 1993
+--- ./Makefile Fri Dec 22 19:52:19 1995
+***************
+*** 1,9 ****
+! # @(#)Makefile 8.1 (Berkeley) 6/8/93
+
+ PROG= xroach
+! MAN6= xroach.0
+! CFLAGS+= -I${.CURDIR}/bitmaps
+! DPADD= ${LIBX} ${LIBM}
+! LDADD= -lX11/X11 -lm
+
+ .include <bsd.prog.mk>
+--- 1,17 ----
+! # @(#)Makefile 8.1 (Berkeley) 5/31/93
+
+ PROG= xroach
+! MAN6= xroach.6
+!
+! DPADD+= ${X11BASE}/lib/libX11.a ${LIBM}
+! CFLAGS+= -I${X11BASE}/include -I${.CURDIR}/bitmaps
+! LDDESTDIR+= -L${X11BASE}/lib
+! LDADD+= -lX11 -lm
+!
+! MANDIR= ${X11BASE}/man/man
+!
+! BINOWN= bin
+! BINDIR= ${X11BASE}/bin
+! BINMODE= 755
+
+ .include <bsd.prog.mk>