c12582c14c
Vega Strike is an OpenSource 3d Space Simulator. Work is proceeding on both the Vega Strike game engine and a Vega Strike Universe game data set. Both engine and data are in a playable state, but still under development. Each release serves as a beta for both engine and data. The Vega Strike engine serves as the foundation for the Privateer Gemini Gold, Privateer Remake, Vega Trek, and Pi Armada projects.
20 lines
361 B
Makefile
20 lines
361 B
Makefile
# $OpenBSD: Makefile.inc,v 1.1.1.1 2014/04/18 15:14:05 pascal Exp $
|
|
|
|
V = 0.5.1.r1
|
|
|
|
SUBST_VARS += V
|
|
|
|
CATEGORIES = games
|
|
|
|
HOMEPAGE = http://vegastrike.sourceforge.net/
|
|
|
|
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=vegastrike/}
|
|
EXTRACT_SUFX ?= .tar.bz2
|
|
|
|
NO_TEST = Yes
|