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.
11 lines
186 B
Makefile
11 lines
186 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2014/04/18 15:14:05 pascal Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += data
|
|
SUBDIR += engine
|
|
SUBDIR += extra
|
|
SUBDIR += music
|
|
SUBDIR += speech
|
|
|
|
.include <bsd.port.subdir.mk>
|