summaryrefslogtreecommitdiff
path: root/games/wmqstat/Makefile
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/Makefile
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/Makefile')
-rw-r--r--games/wmqstat/Makefile30
1 files changed, 30 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>