aboutsummaryrefslogtreecommitdiffstats
path: root/games/pmars/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-04-02 12:10:14 +0800
committersteve <steve@FreeBSD.org>1999-04-02 12:10:14 +0800
commitde4c6b2d3ebdda5589dd34a7e47606216bf68482 (patch)
tree676ed6bf169c23b4d3739079f631ad2023bb829c /games/pmars/files
parent0fbc703e70e02baf58e68c0a7847ab869a1a395b (diff)
downloadfreebsd-ports-gnome-de4c6b2d3ebdda5589dd34a7e47606216bf68482.tar.gz
freebsd-ports-gnome-de4c6b2d3ebdda5589dd34a7e47606216bf68482.tar.zst
freebsd-ports-gnome-de4c6b2d3ebdda5589dd34a7e47606216bf68482.zip
Import of pmars version 0.8
A portable corewar system with ICWS'94 extensions. PR: 10104 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
Diffstat (limited to 'games/pmars/files')
-rw-r--r--games/pmars/files/patch-aa25
1 files changed, 25 insertions, 0 deletions
diff --git a/games/pmars/files/patch-aa b/games/pmars/files/patch-aa
new file mode 100644
index 000000000000..e78137733e4e
--- /dev/null
+++ b/games/pmars/files/patch-aa
@@ -0,0 +1,25 @@
+--- makefile.orig Mon Feb 15 17:07:29 1999
++++ makefile Mon Feb 15 17:07:39 1999
+@@ -15,11 +15,11 @@
+ # (5) -DSMALLMEM 16-bit addresses, less memory
+ # (6) -DXWINGRAPHX 1 X-Windows graphics (UNIX)
+
+-CFLAGS = -O -DEXT94
++CFLAGS = -O -I/usr/X11R6/include -DEXT94 -DGRAPHX -DXWINGRAPHX
+ LFLAGS = -x
+ LIB = -lcurses -ltermlib # enable this one for curses display
+ # LIB = -lvgagl -lvga # enable this one for Linux/SVGA
+-# LIB = -lX11 # enable this one for X11
++LIB = -L/usr/X11R6/lib -lX11 # enable this one for X11
+
+ .SUFFIXES: .o .c .c~ .man .doc .6
+ MAINFILE = pmars
+@@ -30,7 +30,7 @@
+ OBJ2 = clparse.o global.o token.o
+ OBJ3 = str_eng.o
+
+-ALL: flags $(MAINFILE) man doc
++all: flags $(MAINFILE) man doc
+
+ flags:
+ @echo Making $(MAINFILE) with compiler flags $(CFLAGS)