mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
340b57f8be
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
32 lines
768 B
Makefile
32 lines
768 B
Makefile
# New ports collection makefile for: netherearth
|
|
# Date created: 18 May 2008
|
|
# Whom: Ginzburg Oleg
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= netherearth
|
|
PORTVERSION= 0.51
|
|
PORTREVISION= 1
|
|
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>
|