2013-09-20 19:36:33 +02:00
|
|
|
# Created by: Ginzburg Oleg
|
2008-05-24 02:24:44 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= netherearth
|
|
|
|
PORTVERSION= 0.51
|
2014-12-08 17:48:38 +01:00
|
|
|
PORTREVISION= 8
|
2008-05-24 02:24:44 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://move.kirishi.ru/soft/netherearth/
|
|
|
|
|
2012-06-02 21:20:44 +02:00
|
|
|
MAINTAINER= olevole@olevole.ru
|
2013-10-31 05:17:29 +01:00
|
|
|
COMMENT= Remake of the first real time strategy game on the SPECTRUM
|
2008-05-24 02:24:44 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
USE_GL= glut
|
|
|
|
USE_SDL= sdl mixer
|
|
|
|
|
|
|
|
pre-install:
|
2014-06-22 00:02:46 +02:00
|
|
|
if [ ! -d ${STAGEDIR}${PREFIX}/share/netherearth ] ; then \
|
|
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/share/netherearth ;\
|
2008-05-24 02:24:44 +02:00
|
|
|
fi
|
2014-06-22 00:02:46 +02:00
|
|
|
${CP} -R ${WRKSRC}/maps ${STAGEDIR}${PREFIX}/share/netherearth/
|
|
|
|
${CP} -R ${WRKSRC}/models ${STAGEDIR}${PREFIX}/share/netherearth/
|
|
|
|
${CP} -R ${WRKSRC}/sound ${STAGEDIR}${PREFIX}/share/netherearth/
|
|
|
|
${CP} -R ${WRKSRC}/textures ${STAGEDIR}${PREFIX}/share/netherearth/
|
2008-05-24 02:24:44 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|