pkgsrc/games/gate88/Makefile
wiz d40abaf3ba Import gate88-20050319 as games/gate88.
Gate 88 is often described as "like subspace but with the ability
to build turrets and command fighters." While a skillful pilot can
decimate the enemy in one-on-one combat, a thoughtful player can
overwhelm the opponent with strategic turret and fighter placements.
However, only those who truly understand the intricate details of
both action and strategy will win the day.

Because alliances can be broken on a whim, players must interpret
the social situation of the game to ensure that each alliance is
sincere. For example, it is not uncommon for an allied player to
plant turrets and fighters within your base only to break the
alliance and watch your empire crumble from within. Always be
careful with your trust.

Gate 88 employs a unique user interface that allows players to
pilot their ship while performing strategic operations. The tutorial
and practice mode will get you up to speed.
2008-03-14 01:01:56 +00:00

51 lines
1.7 KiB
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/03/14 01:01:56 wiz Exp $
#
DISTNAME= Gate88_Mar19_05
PKGNAME= gate88-20050319
CATEGORIES= games
MASTER_SITES= http://www.queasygames.com/gate88/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.queasygames.com/gate88/
COMMENT= Deep space intergalactic battle
EMUL_PLATFORMS= linux-i386
EMUL_MODULES.linux= base x11
USE_LANGUAGES= # none
LICENSE= gate88-license
RESTRICTED= ${LICENSE}
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
INSTALLATION_DIRS= bin lib/gate88 lib/gate88/lib lib/gate88/music
INSTALLATION_DIRS+= lib/gate88/music/non-ingame lib/gate88/sound
INSTALLATION_DIRS+= share/doc/gate88
do-build:
sed "s,@PREFIX@,${PREFIX}," files/gate88 > ${WRKSRC}/gate88.sh
sed "s,@PREFIX@,${PREFIX}," files/gate88server > \
${WRKSRC}/gate88server.sh
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/gate88.sh ${PREFIX}/bin/gate88
${INSTALL_SCRIPT} ${WRKSRC}/gate88server.sh ${PREFIX}/bin/gate88server
${INSTALL_PROGRAM} ${WRKSRC}/gate88 ${PREFIX}/lib/gate88
for i in audio.conf colours.conf debug.conf irc_client.conf \
irc_connection.conf masterserver.conf multiplayer.conf \
practice.conf server.conf textcolours.conf video.conf; do \
${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/lib/gate88; \
done
for i in LGPL_license.txt license.txt readme.txt manual.html; do \
${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/gate88; \
done
${INSTALL_LIB} ${WRKSRC}/lib/* ${PREFIX}/lib/gate88/lib
${INSTALL_DATA} ${WRKSRC}/music/*.ogg ${PREFIX}/lib/gate88/music
${INSTALL_DATA} ${WRKSRC}/music/non-ingame/*.ogg \
${PREFIX}/lib/gate88/music/non-ingame
${INSTALL_DATA} ${WRKSRC}/sound/* ${PREFIX}/lib/gate88/sound
.include "../../mk/bsd.pkg.mk"