Prune devel/semantic
[dports.git] / games / uhexen / Makefile
1 # Created by: Maxim Sobolev <sobomax@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       uhexen
5 PORTVERSION=    0.601
6 PORTREVISION=   9
7 CATEGORIES=     games
8 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/U-hexen%20version%20${PORTVERSION}
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Yet another port of Hexen, popular game from Raven Software
12
13 USES=           gmake
14 USE_SDL=        mixer sdl
15 MAKE_ENV=       EXTRA_LIBS=-lm
16
17 PLIST_FILES=    bin/uhexen
18
19 OPTIONS_DEFINE= MUSIC
20 OPTIONS_DEFAULT=        MUSIC
21 MUSIC_DESC=     In-game MIDI music support
22 MUSIC_RUN_DEPENDS=      ${LOCALBASE}/lib/timidity/goemon.cfg:${PORTSDIR}/audio/timidity
23
24 .include <bsd.port.pre.mk>
25
26 .if ${ARCH} == "powerpc"
27 BROKEN=         Does not compile on ${ARCH}
28 .endif
29
30 do-install:
31         ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
32
33 .include "${.CURDIR}/../doom-data/Makefile.include"
34 .include <bsd.port.post.mk>