[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / games / qstat

File: [cvs.NetBSD.org] / pkgsrc / games / qstat / Makefile (download)

Revision 1.1.1.1 (vendor branch), Tue Jan 18 17:51:19 2005 UTC (19 years, 3 months ago) by peter
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.1: +0 -0 lines

Initial import of qstat-2.6 into the NetBSD Packages Collection.

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.

# $NetBSD: Makefile,v 1.1.1.1 2005/01/18 17:51:19 peter Exp $

DISTNAME=	qstat-2.6
CATEGORIES=	games
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=qstat/}

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"