summaryrefslogtreecommitdiff
path: root/games/wmqstat/files
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-04-27 15:17:10 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-04-27 15:17:10 +0000
commit70d5352d01b7e20431b3ee03531fdd7bde7ce621 (patch)
treef67806d466e84107e610752f96f2b58a41d353c1 /games/wmqstat/files
parentUpgrade to 1.2.0.8, which contains some of our patches. Add two more, (diff)
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
Notes
Notes: svn path=/head/; revision=79747
Diffstat (limited to 'games/wmqstat/files')
-rw-r--r--games/wmqstat/files/patch-Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/games/wmqstat/files/patch-Makefile b/games/wmqstat/files/patch-Makefile
new file mode 100644
index 000000000000..6968db36c79d
--- /dev/null
+++ b/games/wmqstat/files/patch-Makefile
@@ -0,0 +1,29 @@
+--- 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