- Clean up Makefile
- Drop now no-op USE_REINPLACE - Beautify pkg-descr - Take maintainership
This commit is contained in:
parent
b2a9550574
commit
68ed0c837d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159778
@ -1,6 +1,6 @@
|
||||
# New ports collection makefile for: qstat
|
||||
# Date created: 28 May 1998
|
||||
# Whom: Daniel O'Connor <darius@dons.net.au>
|
||||
# New ports collection makefile for: QStat
|
||||
# Date created: 28 May 1998
|
||||
# Whom: Daniel O'Connor <darius@dons.net.au>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
@ -11,11 +11,10 @@ CATEGORIES= games net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
COMMENT= A command line program to query game servers on the net
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-extract:
|
||||
@${MV} ${WRKSRC}/qstat.cfg ${WRKSRC}/qstat.cfg.default
|
||||
@ -26,15 +25,11 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Installing documents and templates in: \
|
||||
${DOCSDIR}"
|
||||
@${ECHO_MSG} ""
|
||||
@${MKDIR} ${DOCSDIR}/info ${DOCSDIR}/template
|
||||
@${INSTALL_DATA} ${WRKSRC}/qstatdoc.html ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/template/*.html ${WRKSRC}/template/*.txt \
|
||||
${INSTALL_DATA} ${WRKSRC}/qstatdoc.html ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/template/*.html ${WRKSRC}/template/*.txt \
|
||||
${DOCSDIR}/template
|
||||
@${INSTALL_DATA} ${WRKSRC}/info/*.txt ${DOCSDIR}/info
|
||||
${INSTALL_DATA} ${WRKSRC}/info/*.txt ${DOCSDIR}/info
|
||||
.endif
|
||||
@[ -f ${PREFIX}/etc/qstat.cfg ] || \
|
||||
${CP} ${PREFIX}/etc/qstat.cfg.default ${PREFIX}/etc/qstat.cfg
|
||||
|
@ -4,21 +4,19 @@ a game. For servers running a game, the server name, map name, current
|
||||
number of players, and response time are displayed. Server rules and
|
||||
player information may also be displayed. Can output templates for
|
||||
automatic HTML generation. Also has raw display mode for integration
|
||||
with custom server browsers.
|
||||
with custom server browsers. List of supported games includes:
|
||||
|
||||
It supports the following games:
|
||||
o old Quake (NetQuake)
|
||||
o QuakeWorld
|
||||
o Hexen II
|
||||
o HexenWorld
|
||||
o Quake II
|
||||
o Unreal
|
||||
o Turok2
|
||||
o Sin
|
||||
o Half-Life 2
|
||||
o Half-Life
|
||||
o Doom III
|
||||
o and more...
|
||||
- old Quake (NetQuake)
|
||||
- QuakeWorld
|
||||
- Hexen II
|
||||
- HexenWorld
|
||||
- Quake II
|
||||
- Unreal
|
||||
- Turok2
|
||||
- Sin
|
||||
- Half-Life 2
|
||||
- Half-Life
|
||||
- Doom III
|
||||
- and more...
|
||||
|
||||
Author: Steve Jankowski <steve@qstat.org>
|
||||
WWW: http://www.qstat.org/
|
||||
|
Loading…
Reference in New Issue
Block a user