c6f948276d
new port of Nether Eearth Re-Make (http://www.braingames.getput.com/nether/) Nether Earth was the very first real time strategy game. It worked on a SPECTRUM machine, and only needed 48KB of RAM to work!! It has all the tipical elements of strategy games: resources, factories, combat units, etc. supposed name of ports: netherearth NETHER EARTH REMAKE. Nether Earth was the very first real time strategy game. It worked on a SPECTRUM machine, and only needed 48KB of RAM to work!! It has all the tipical elements of strategy games: resources, factories, combat units, etc. WWW: http://www.braingames.getput.com/nether/default.asp - OleVole olevole@yandex.ru PR: ports/123800 Submitted by: OleVole <olevole@yandex.ru>
30 lines
752 B
Makefile
30 lines
752 B
Makefile
# New ports collection makefile for: netherearth
|
|
# Date created: 18 May 2008
|
|
# Whom: Ginzburg Oleg
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= netherearth
|
|
PORTVERSION= 0.51
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://move.kirishi.ru/soft/netherearth/
|
|
|
|
MAINTAINER= olevole@yandex.ru
|
|
COMMENT= Remake of the very first real time strategy game on the SPECTRUM
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GL= glut
|
|
USE_SDL= sdl mixer
|
|
|
|
pre-install:
|
|
if [ ! -d ${PREFIX}/share/netherearth ] ; then \
|
|
${MKDIR} ${PREFIX}/share/netherearth ;\
|
|
fi
|
|
${CP} -R ${WRKSRC}/maps ${PREFIX}/share/netherearth/
|
|
${CP} -R ${WRKSRC}/models ${PREFIX}/share/netherearth/
|
|
${CP} -R ${WRKSRC}/sound ${PREFIX}/share/netherearth/
|
|
${CP} -R ${WRKSRC}/textures ${PREFIX}/share/netherearth/
|
|
|
|
.include <bsd.port.mk>
|