1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/games/netherearth/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

31 lines
851 B
Makefile

# Created by: Ginzburg Oleg
PORTNAME= netherearth
PORTVERSION= 0.51
PORTREVISION= 12
CATEGORIES= games
MASTER_SITES= http://move.kirishi.ru/soft/netherearth/
MAINTAINER= ports@FreeBSD.org
COMMENT= Remake of the first real time strategy game on the SPECTRUM
GNU_CONFIGURE= yes
USES= compiler gl sdl
USE_GL= gl glu glut
USE_SDL= sdl mixer
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
CXXFLAGS_clang= -Wno-c++11-narrowing
pre-install:
if [ ! -d ${STAGEDIR}${PREFIX}/share/netherearth ] ; then \
${MKDIR} ${STAGEDIR}${PREFIX}/share/netherearth ;\
fi
${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/
.include <bsd.port.mk>