pkgsrc-wip/qstat/Makefile
Peter Postma a815805a0f Import qstat-2.5c.
QStat is a command-line program that gathers real-time statistics from
Internet game servers.

A summary of its features:

 * Supports Windows 95, NT, Linux, and most Unixes.
 * Comes with C source code and a binary for Windows.
 * Supports old Quake (NetQuake), QuakeWorld, Hexen II, HexenWorld, Quake II,
   Unreal/UT, Turok2, Sin, Half-Life, Shogo, Tribes, Tribes 2, Quake III,
   BFRIS, Kingpin, Heretic II servers, Soldier of Fortune, and lots more.
 * Can display all available statistics, including player info & server rules.
 * Output templates for automatic HTML generation.
 * Raw display mode for integration with custom server browsers.
 * Built-in host name cache.
 * Sort by ping time, game, or both.
 * More options than you can wiggle a mouse at.
2004-06-11 12:15:17 +00:00

24 lines
873 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/06/11 12:15:17 ppostma Exp $
DISTNAME= qstat25c
PKGNAME= qstat-2.5c
CATEGORIES= games
MASTER_SITES= http://www.qstat.org/
MAINTAINER= peter@pointless.nl
HOMEPAGE= http://www.qstat.org/
COMMENT= Program that gathers real-time statistics from game servers
NO_CONFIGURE= yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/${PKGBASE}
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE}
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE}/template
${INSTALL_PROGRAM} ${WRKSRC}/qstat ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/qstatdoc.html ${PREFIX}/share/doc/${PKGBASE}
${INSTALL_DATA} ${WRKSRC}/template/* ${PREFIX}/share/doc/${PKGBASE}/template
${INSTALL_DATA} ${WRKSRC}/contrib.cfg ${PREFIX}/share/examples/${PKGBASE}
${INSTALL_DATA} ${WRKSRC}/qstat.cfg ${PREFIX}/share/examples/${PKGBASE}
.include "../../mk/bsd.pkg.mk"