freebsd-ports/games/wmqstat/files/patch-Makefile
Max Khon 70d5352d01 New port: wmqstat
wmQStat is a dockable front-end to qstat by Steve Jankowski, a popular
command-line monitor of lots of Internet game servers, i.e. Quake/W/2/3,
Hexen2/W, HL/CS, Tribes/2, RtCW, Unreal, Heretic2, Descent3, to name a
few (this list is by far not complete).

Submitted by:   Alexey Dokuchaev
2003-04-27 15:17:10 +00:00

29 lines
572 B
Text

--- Makefile.orig Fri Apr 25 05:00:09 2003
+++ Makefile Fri Apr 25 05:00:40 2003
@@ -1,14 +1,11 @@
-CC = cc
+CC ?= cc
-X11BASE = /usr/X11R6
LDIR = -L${X11BASE}/lib
IDIR = -I${X11BASE}/include
-INSTALL = install
-
LIBS = -lX11 -lXpm -lXext
-CFLAGS = -O -pipe -s -Wall
+CFLAGS ?= -O -pipe -s -Wall
OBJS = appcore/wmqstat.o\
appcore/srv_proc.o\
@@ -22,9 +19,6 @@
all: ${OBJS}
${CC} ${CFLAGS} -o wmqstat ${OBJS} ${LDIR} ${LIBS}
-
-install:
- ${INSTALL} -o root -g wheel -m 755 wmqstat ${X11BASE}/bin
clean:
rm -f wmqstat appcore/*.o wmgeneral/*.o core