diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2005-07-31 19:33:40 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2005-07-31 19:33:40 +0000 |
commit | 0f077a7e6f31a7f8afe6dfda097f89c693f5e5cd (patch) | |
tree | 6878be2dc32c54717c28dadaf4bf1c86b67b9b59 /games/pmars/files | |
parent | a5b6848e128397ea288291353f48c97ea1c7c738 (diff) |
* Update to version 0.9.6.
* Add OPTIONS and allow building of different interfaces.
* Remove documentation (now in games/pmars-doc).
* Remove pkg-plist.
* Format pkg-descr.
* Transfer maintainership to submitter.
PR: ports/84353
Submitted by: Alejandro Pulver (new maintainer)
Approved by: Gianmarco Giovannelli (previous maintainer)
Notes
Notes:
svn path=/head/; revision=140582
Diffstat (limited to 'games/pmars/files')
-rw-r--r-- | games/pmars/files/patch-Makefile | 20 | ||||
-rw-r--r-- | games/pmars/files/patch-aa | 25 |
2 files changed, 20 insertions, 25 deletions
diff --git a/games/pmars/files/patch-Makefile b/games/pmars/files/patch-Makefile new file mode 100644 index 000000000000..820f208029df --- /dev/null +++ b/games/pmars/files/patch-Makefile @@ -0,0 +1,20 @@ +--- Makefile.orig Sun Dec 24 09:53:39 2000 ++++ Makefile Wed Jul 6 20:33:52 2005 +@@ -1,5 +1,4 @@ + # generic UNIX makefile +-CC = gcc # req. for linux + #CC = cc # if you don't have gcc + # Configuration options: + # +@@ -16,11 +15,8 @@ + # (6) -DXWINGRAPHX 1 X-Windows graphics (UNIX) + # (7) -DPERMUTATE enables -P switch + +-CFLAGS = -O -DEXT94 -DXWINGRAPHX -DPERMUTATE +-LFLAGS = -x + # LIB = -lcurses -ltermlib # enable this one for curses display + # LIB = -lvgagl -lvga # enable this one for Linux/SVGA +-LIB = -L/usr/X11R6/lib -lX11 # enable this one for X11 + + .SUFFIXES: .o .c .c~ .man .doc .6 + MAINFILE = pmars diff --git a/games/pmars/files/patch-aa b/games/pmars/files/patch-aa deleted file mode 100644 index 6d37fe3f04e1..000000000000 --- a/games/pmars/files/patch-aa +++ /dev/null @@ -1,25 +0,0 @@ ---- makefile.orig Fri Oct 27 06:37:29 1995 -+++ makefile Sun Apr 11 20:36:53 1999 -@@ -1,6 +1,6 @@ - # generic UNIX makefile - #CC = gcc # req. for linux --CC = cc # if you don't have gcc -+CC ?= cc # if you don't have gcc - # Configuration options: - # - # No. Name Incompatible with Description -@@ -15,11 +15,12 @@ - # (5) -DSMALLMEM 16-bit addresses, less memory - # (6) -DXWINGRAPHX 1 X-Windows graphics (UNIX) - --CFLAGS = -O -DEXT94 -+CFLAGS ?= -O -+CFLAGS += -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 |