mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
1e443545d0
COMMENT should not begin with 'A' or 'An' Maintainers were notified and given time to object.
29 lines
696 B
Makefile
29 lines
696 B
Makefile
# Created by: Ginzburg Oleg
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netherearth
|
|
PORTVERSION= 0.51
|
|
PORTREVISION= 4
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://move.kirishi.ru/soft/netherearth/
|
|
|
|
MAINTAINER= olevole@olevole.ru
|
|
COMMENT= Remake of the first real time strategy game on the SPECTRUM
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GL= glut
|
|
USE_SDL= sdl mixer
|
|
|
|
NO_STAGE= yes
|
|
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>
|