2013-09-05 12:07:17 +02:00
|
|
|
# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
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 17:17:10 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= wmqstat
|
2005-03-02 12:46:59 +01:00
|
|
|
PORTVERSION= 0.0.4
|
2008-03-24 11:48:53 +01:00
|
|
|
PORTREVISION= 2
|
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 17:17:10 +02:00
|
|
|
CATEGORIES= games windowmaker
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/wmQStat%20${PORTVERSION}
|
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 17:17:10 +02:00
|
|
|
|
2014-06-05 03:48:18 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-09-05 12:07:17 +02:00
|
|
|
COMMENT= Dockapp for monitoring of various Internet game servers
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
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 17:17:10 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS= qstat:games/qstat
|
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 17:17:10 +02:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= xpm x11 xext
|
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 17:17:10 +02:00
|
|
|
|
2005-05-27 05:47:23 +02:00
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
PORTDOCS= README
|
|
|
|
|
2013-09-05 12:07:17 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
# Unbreak the build against Clang
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's, inline,,' ${WRKSRC}/wmgeneral/list.h
|
|
|
|
|
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 17:17:10 +02:00
|
|
|
do-install:
|
2014-06-05 03:48:18 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
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 17:17:10 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|