diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-04-17 08:13:21 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-04-17 08:13:21 +0000 |
commit | 68ed0c837d808ae9312a395fe14f50849ed19fb2 (patch) | |
tree | 7e536a08edc569ce9fc156cf38fbc7de7417e2c8 /games/qstat | |
parent | b2a9550574ca6a24c12627981511cb578bc47204 (diff) | |
download | ports-68ed0c837d808ae9312a395fe14f50849ed19fb2.tar.gz ports-68ed0c837d808ae9312a395fe14f50849ed19fb2.zip |
Notes
Diffstat (limited to 'games/qstat')
-rw-r--r-- | games/qstat/Makefile | 19 | ||||
-rw-r--r-- | games/qstat/pkg-descr | 28 |
2 files changed, 20 insertions, 27 deletions
diff --git a/games/qstat/Makefile b/games/qstat/Makefile index 616ee041fa2f..881ae9eb0d14 100644 --- a/games/qstat/Makefile +++ b/games/qstat/Makefile @@ -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 diff --git a/games/qstat/pkg-descr b/games/qstat/pkg-descr index 97f37b2777d5..d3d7118172f2 100644 --- a/games/qstat/pkg-descr +++ b/games/qstat/pkg-descr @@ -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/ |