pkgsrc/games/armagetronad/Makefile
kamil 3973d9ffc7 Import armagetronad-0.2.8.3.3 as games/armagetronad
Armagetron Advanced is a multiplayer game in 3D that attempts to emulate
and expand on the light cycle sequence from the movie Tron.

Tron was an arcade game based on the movie of the same name, release by
Disney in 1982. The original game consisted of 4 sub-games, the only one of
concern is the 'Light Cycles' one, in which the player uses a left/right
joystick to control a 'Light Cycle' which leaves a wall behind it wherever
the cycle it goes, turning only at 90 degree angles. The player must then get
the AI to crash into their wall while avoiding hitting the AI's own wall
themselves. Those were the humble beginnings of Armagetron Advanced's
game play, which has now blossomed into 16 player mayhem, with highly
advanced AI, network game play, and of course all in a 3D environment.

Originally packaged in pkgsrc-wip by:
- Adam Hoka
- Thomas Klausner
- David Sainty
- Aleksej Saushev
- Sevan Janiyan
and
- myself.
2016-07-24 15:43:50 +00:00

40 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.1 2016/07/24 15:43:50 kamil Exp $
#
.include "Makefile.common"
PKGNAME= ${DISTNAME:S/.src//}
COMMENT= Tron clone in 3D with advanced gameplay and multiplayer
MAINTAINER= pkgsrc-users@NetBSD.org
# Disable server, build client
CONFIGURE_ARGS+= --disable-dedicated
# pkgsrc specific handling of configuration
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
PKG_SYSCONFSUBDIR= armagetronad
BUILD_DEFS+= PKG_SYSCONFBASE
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
INSTALL_MAKE_FLAGS+= sysconfdir=${EGDIR}
MAKE_DIRS+= ${PKG_SYSCONFDIR}/examples
MAKE_DIRS+= ${PKG_SYSCONFDIR}/examples/cvs_test
.for f in aiplayers.cfg default.cfg master.srv rc.config settings.cfg settings_authentication.cfg settings_dedicated.cfg settings_visual.cfg subcultures.srv
CONF_FILES+= ${EGDIR}/armagetronad/${f} ${PKG_SYSCONFDIR}/${f}
.endfor
.for f in breakfast_in_hell.cfg death_zone.cfg fortress_soccer.cfg single_use_turbo.cfg teamsumo.cfg
CONF_FILES+= ${EGDIR}/armagetronad/examples/${f} ${PKG_SYSCONFDIR}/examples/${f}
.endfor
.for f in fortress_complete.cfg fortress_physics.cfg fortress_politics.cfg fortress_scoring.cfg sumo_complete.cfg
CONF_FILES+= ${EGDIR}/armagetronad/examples/cvs_test/${f} ${PKG_SYSCONFDIR}/examples/cvs_test/${f}
.endfor
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"