2012-11-22 16:37:58 +01:00
|
|
|
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
2003-02-10 16:13:40 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= uhexen
|
|
|
|
PORTVERSION= 0.601
|
2013-03-27 11:20:36 +01:00
|
|
|
PORTREVISION= 9
|
2003-02-10 16:13:40 +01:00
|
|
|
CATEGORIES= games
|
2012-11-22 16:37:58 +01:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/U-hexen%20version%20${PORTVERSION}
|
2003-02-10 16:13:40 +01:00
|
|
|
|
2012-11-22 16:37:58 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-05-03 04:07:43 +02:00
|
|
|
COMMENT= Yet another port of Hexen, popular game from Raven Software
|
2003-02-10 16:13:40 +01:00
|
|
|
|
2013-10-26 13:45:17 +02:00
|
|
|
USES= gmake
|
2012-11-22 16:37:58 +01:00
|
|
|
USE_SDL= mixer sdl
|
2013-10-26 13:45:17 +02:00
|
|
|
MAKE_ENV= EXTRA_LIBS=-lm
|
|
|
|
|
|
|
|
PLIST_FILES= bin/uhexen
|
2004-02-23 22:13:26 +01:00
|
|
|
|
2012-11-22 16:37:58 +01:00
|
|
|
OPTIONS_DEFINE= MUSIC
|
|
|
|
OPTIONS_DEFAULT= MUSIC
|
|
|
|
MUSIC_DESC= In-game MIDI music support
|
2013-10-26 13:45:17 +02:00
|
|
|
MUSIC_RUN_DEPENDS= ${LOCALBASE}/lib/timidity/goemon.cfg:${PORTSDIR}/audio/timidity
|
2005-05-03 04:34:58 +02:00
|
|
|
|
2004-02-23 22:13:26 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2011-11-11 03:45:32 +01:00
|
|
|
.if ${ARCH} == "powerpc"
|
2012-11-22 16:37:58 +01:00
|
|
|
BROKEN= Does not compile on ${ARCH}
|
2011-11-11 03:45:32 +01:00
|
|
|
.endif
|
|
|
|
|
2003-02-10 16:13:40 +01:00
|
|
|
do-install:
|
2013-10-26 13:45:17 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
2003-02-10 16:13:40 +01:00
|
|
|
|
2012-11-22 16:37:58 +01:00
|
|
|
.include "${.CURDIR}/../doom-data/Makefile.include"
|
2004-02-23 22:13:26 +01:00
|
|
|
.include <bsd.port.post.mk>
|