mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
6506e45d69
- Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit)
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= 2
|
|
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>
|