mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
0f077a7e6f
* 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)
21 lines
667 B
Plaintext
21 lines
667 B
Plaintext
--- 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
|