diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-04-27 15:17:10 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-04-27 15:17:10 +0000 |
commit | 70d5352d01b7e20431b3ee03531fdd7bde7ce621 (patch) | |
tree | f67806d466e84107e610752f96f2b58a41d353c1 /games | |
parent | Upgrade 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 '')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/wmqstat/Makefile | 30 | ||||
-rw-r--r-- | games/wmqstat/distinfo | 1 | ||||
-rw-r--r-- | games/wmqstat/files/patch-Makefile | 29 | ||||
-rw-r--r-- | games/wmqstat/pkg-descr | 6 | ||||
-rw-r--r-- | games/wmqstat/pkg-plist | 3 |
6 files changed, 70 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 231787688129..51a3db53aad1 100644 --- a/games/Makefile +++ b/games/Makefile @@ -345,6 +345,7 @@ SUBDIR += wmfortune SUBDIR += wmminichess SUBDIR += wmpuzzle + SUBDIR += wmqstat SUBDIR += wmshuffle SUBDIR += wmtictactoe SUBDIR += wmtimebomb diff --git a/games/wmqstat/Makefile b/games/wmqstat/Makefile new file mode 100644 index 000000000000..a92d85813359 --- /dev/null +++ b/games/wmqstat/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: wmqstat +# Date created: 25 Apr 2003 +# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> +# +# $FreeBSD$ +# + +PORTNAME= wmqstat +PORTVERSION= 0.0.2 +CATEGORIES= games windowmaker +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://freebsd.nsu.ru/distfiles/ + +MAINTAINER= danfe@regency.nsu.ru +COMMENT= A dockapp for monitoring of various Internet game servers + +RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat + +USE_X_PREFIX= yes +USE_XPM= yes + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif + +.include <bsd.port.mk> diff --git a/games/wmqstat/distinfo b/games/wmqstat/distinfo new file mode 100644 index 000000000000..c6b22d01819d --- /dev/null +++ b/games/wmqstat/distinfo @@ -0,0 +1 @@ +MD5 (wmqstat-0.0.2.tar.gz) = baf6b2707bdcbccc9cb65e2ee6157728 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 diff --git a/games/wmqstat/pkg-descr b/games/wmqstat/pkg-descr new file mode 100644 index 000000000000..2bf89d209f71 --- /dev/null +++ b/games/wmqstat/pkg-descr @@ -0,0 +1,6 @@ +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). + +WWW: http://wmqstat.sourceforge.net/ diff --git a/games/wmqstat/pkg-plist b/games/wmqstat/pkg-plist new file mode 100644 index 000000000000..5eb5dcde821b --- /dev/null +++ b/games/wmqstat/pkg-plist @@ -0,0 +1,3 @@ +bin/wmqstat +%%PORTDOCS%%share/doc/wmqstat/README +%%PORTDOCS%%@dirrm share/doc/wmqstat |