pkgsrc/games/koth/Makefile
wiz e40f4fca1c Update to 0.8.0:
* KOTH 0.8.0
* kick (through server console)
* new weapons: black hole, laser, dirt curtain, dirt vaporizer and
  depth charge
* infinite number of observers
* new status area in battle window (nickname/armor/shield)
* readiness indication in pregame
* new "who already fired" ingame bar
* bugfixes and other misc changes (weapon's price, power, behavior etc)
* weapon's name in death messages
* New explosions
* Koth is now playable on fast computers (sleep in animations)

* KOTH 0.7.7
* new maintainer
* New feature: IRC's /me style message
* Many bug fixes, including segfault's in the server, client and bots.
* Added manpages for kclever-ai, kmoron-ai, koth, koths from the Debian package.
2003-04-02 12:18:58 +00:00

30 lines
877 B
Makefile

# $NetBSD: Makefile,v 1.9 2003/04/02 12:18:58 wiz Exp $
#
DISTNAME= koth-0.8.0
CATEGORIES= games
MASTER_SITES= http://savannah.nongnu.org/download/koth/default.pkg/0.8.0/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.nongnu.org/koth/
COMMENT= The classic "shoot the other tank" artillery game, networked
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
CPPFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR:Q}\\\"\"
EGDIR= ${PREFIX}/share/examples/koth
CONF_FILES= ${EGDIR}/koth.cfg ${PKG_SYSCONFDIR}/koth.cfg
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/koth
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/koth
${INSTALL_DATA} ${WRKSRC}/src/koth.cfg ${EGDIR}
.include "../../graphics/libggi/buildlink2.mk"
.include "../../graphics/libgii/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"