diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-04-27 23:17:10 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-04-27 23:17:10 +0800 |
commit | a781191c5506835354de0b1fbe2dcb027da4fe18 (patch) | |
tree | 79cf82e23e77bdfe00d3399168485c75164dfc1c /games/wmqstat | |
parent | 56ddb151d1efac4e308fe9b75970ebae918513b3 (diff) | |
download | freebsd-ports-gnome-a781191c5506835354de0b1fbe2dcb027da4fe18.tar.gz freebsd-ports-gnome-a781191c5506835354de0b1fbe2dcb027da4fe18.tar.zst freebsd-ports-gnome-a781191c5506835354de0b1fbe2dcb027da4fe18.zip |
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
Diffstat (limited to 'games/wmqstat')
-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 |
5 files changed, 69 insertions, 0 deletions
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 |