freebsd-ports/games/linwarrior/Makefile
Pav Lucistnik 14ac881764 - Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation

PR:		ports/142123
Submitted by:	mva
Tested by:	pointyhat exp-run
Approved by:	portmgr (hat)
2010-01-25 19:15:18 +00:00

50 lines
1.1 KiB
Makefile

# New ports collection makefile for: linwarrior
# Date created: 31 Dec 2008
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= linwarrior
PORTVERSION= 20091108
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.hackcraft.de/games/linwarrior_3d/downloads/ \
http://mirror.amdmi3.ru/distfiles/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Navigate a mech through a 3D world and fire at enemies
USE_GMAKE= yes
USE_OPENAL= al alut
USE_GL= gl glu
USE_SDL= sdl
MAKE_JOBS_SAFE= yes
USE_GCC= 4.2+
WRKSRC= ${WRKDIR}/${PORTNAME}
DESKTOP_ENTRIES="LinWarrior 3D" \
"Mech Simulation Game" \
"" \
"linwarrior" \
"Game;ActionGame;Simulation;" \
false
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800007
EXTRA_PATCHES= ${FILESDIR}/extra-patch-source-cMech.cpp
.endif
post-patch:
@${REINPLACE_CMD} -e 's|data/|${DATADIR}/|' ${WRKSRC}/source/cMech.cpp \
${WRKSRC}/source/cWeapon.cpp ${WRKSRC}/source/main.cpp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dist/${PORTNAME} ${PREFIX}/bin
${MKDIR} ${DATADIR}/sound
${INSTALL_DATA} ${WRKSRC}/data/sound/*.wav ${DATADIR}/sound
.include <bsd.port.post.mk>