045f7d53d2
Qstat version 2.14 Summary of New Features ----------------------- New protocols: DirtyBomb aka Extraction [-dirtybomb] Starmade [-starmade] Farmsim [-farmsim] Refactored output splitting out xform processing into its own files improving various portions of it. Fixes ----- hcache segv fixes packetmanip fixes for packet combining -- Steven Harltand QStat version 2.11 ** UPDATED for 2.11 ** November 04, 2006 Summary of New Features ----------------------- new protocols: Warsow [-warsows, -warsowm] Prey [-preys, -preym] TrackMania [-tm] Tremulous [-tremulous, -tremulousm] add -nx and -nnx options that enable resp. disable name transformation calculate player score for AMS servers Fixes ----- fix segfault when a "tribes2 master" returns garbage -- Steve Jankowski Steven Hartland Ludwig Nussel
26 lines
673 B
Makefile
26 lines
673 B
Makefile
# $NetBSD: Makefile,v 1.11 2020/11/24 17:49:41 nia Exp $
|
|
|
|
DISTNAME= qstat-2.14
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=multiplay/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/multiplay/qstat
|
|
COMMENT= Program that gathers real-time statistics from game servers
|
|
LICENSE= artistic-2.0
|
|
|
|
USE_TOOLS+= autoconf automake autoreconf
|
|
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
|
|
|
|
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
|
|
CONF_FILES= ${EGDIR}/qstat.cfg ${PKG_SYSCONFDIR}/qstat.cfg
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && autoreconf -fi
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|