summaryrefslogtreecommitdiff
path: root/games/drm/files
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-04-13 09:46:50 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-04-13 09:46:50 +0000
commit19d90672c31b1d327d68768c6df13ccc772383e5 (patch)
treeb8e893a647390b0e9786d29a7da3c47fa132f9d2 /games/drm/files
parentUpdated MASTER_SITES and changed /usr/bin/perl into ${PERL} (diff)
Import of drm 1.0
This is very simple tetris-like game. You kill "bugs" by dropping the right combination of blocks on them. PR: ports/7701 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=17830
Diffstat (limited to 'games/drm/files')
-rw-r--r--games/drm/files/patch-aa24
1 files changed, 24 insertions, 0 deletions
diff --git a/games/drm/files/patch-aa b/games/drm/files/patch-aa
new file mode 100644
index 000000000000..282df431c488
--- /dev/null
+++ b/games/drm/files/patch-aa
@@ -0,0 +1,24 @@
+--- Makefile Tue Jun 16 03:13:11 1992
++++ /home/andy/tmp/wrk/Makefile Tue Aug 4 17:02:23 1998
+@@ -1,17 +1,17 @@
+ #makefile for BUGS I - SRN 7/12/91
+ # modified for Linux on 6/15/92 Ken Corey
+
+-CC= gcc
+-CFLAGS= -O3
++#CC= gcc
++#CFLAGS= -O3
+ OBJS= main.o startup.o loop.o meat.o
+
+ #bugs : & $(OBJS)
+ bugs : $(OBJS)
+ #use above line if parallel processing is not supported
+- ${CC} ${CFLAGS} -o bugs $(OBJS) -lcurses -ltermcap
++ ${CC} ${CFLAGS} -o bugs $(OBJS) -lcurses
+
+ main.o: main.c info.h
+- ${CC} ${CFLAGS} -DLINUX -o main.o main.c
++ ${CC} ${CFLAGS} -o main.o -c main.c
+
+ $(OBJS): info.h
+