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

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

Revision 1.1.1.1 (vendor branch), Fri Oct 15 05:36:43 2004 UTC (19 years, 5 months ago) by xtraeme
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.1: +0 -0 lines

Initial import of starfighter-1.1-1.

Project: Starfighter is an old school 2D shoot 'em up. In the game you 
take on the role of a rebel pilot called Chris, who is attempting to
overthrow a military corporation called Weapco. Weapco has seized control
of the known universe and currently rules it with an iron fist. Chris can
no longer stand back and watch as millions of people suffer and die. He
steals an experimental craft known as "Firefly" and begins his mission to
fight his way to Sol, freeing key systems along the way. The game opens
with Chris attempting to escape a Weapco patrol that has intercepted him.

Features:

    * 26 missions over 4 star systems
    * Primary and Secondary Weapons 
	(including a laser cannon and a charge weapon)
    * A weapon powerup system
    * Wingmates
    * Missions with Primary and Secondary Objectives
    * A Variety of Missions (Protect, Destroy, etc)
    * 13 different music tracks
    * Boss battles

--
http://www.parallelrealities.co.uk/starfighter.php

# $NetBSD: Makefile,v 1.1.1.1 2004/10/15 05:36:43 xtraeme Exp $
#

DISTNAME=	starfighter-1.1-1
CATEGORIES=	games
MASTER_SITES=	ftp://ftp.NetBSD.org/pub/NetBSD/misc/xtraeme/
DISTFILES=	${DISTNAME}.tar.gz starfighter-1.0-1.music.zip

MAINTAINER=	xtraeme@NetBSD.org
HOMEPAGE=	http://www.parallelrealities.co.uk/starfighter.php
COMMENT=	Old school 2D shoot them up

USE_BUILDLINK3=	yes
USE_GNU_TOOLS+=	make
USE_LANGUAGES+=	c++
USE_X11=	yes
WRKSRC=		${WRKDIR}/${DISTNAME:S/-1$//}

MAKEFILE=	makefile

post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/starfighter/music
	cd ${WRKDIR}/music && ${PAX} -rwppm . \
		${PREFIX}/share/starfighter/music 

.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"