bentley 299be160be Import 0ad-0.0.16.
0 A.D. (pronounced "zero ey-dee") is a free, open-source, cross-platform
real-time strategy game of ancient warfare. In short, it is a
historically-based war/economy game that allows players to relive or
rewrite the history of Western civilizations, focusing on the years
between 500 B.C. and 500 A.D. The project is highly ambitious, involving
state-of-the-art 3D graphics, detailed artwork, sound, and a flexible
and powerful custom-built game engine.

ok pascal@
2014-07-21 01:24:06 +00:00

19 lines
383 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2014/07/21 01:24:06 bentley Exp $
COMMENT = historical real-time strategy game data
DISTNAME = 0ad-${V}-alpha-unix-data
PKGNAME = 0ad-data-${V}
PKG_ARCH = *
NO_BUILD = Yes
NO_TEST = Yes
EXTRACT_ONLY =
do-install:
tar -zxf ${FULLDISTDIR}/${DISTFILES} -C ${PREFIX}/share \
-s ",0ad-${V}-alpha/binaries/data/,0ad/,g"
.include <bsd.port.mk>