1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/games/uhexen/Makefile
2021-04-06 16:31:07 +02:00

35 lines
980 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
PORTNAME= uhexen
PORTVERSION= 0.601
PORTREVISION= 11
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/U-hexen%20version%20${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Yet another port of Hexen, popular game from Raven Software
BROKEN_FreeBSD_13= ld: error: duplicate symbol: mouse_scale_factor
BROKEN_FreeBSD_14= ld: error: duplicate symbol: mouse_scale_factor
BROKEN_powerpc= fails to compile
BROKEN_powerpc64= fails to compile: m_misc.o: undefined reference to 'ShortSwap'
USES= gmake sdl
USE_SDL= mixer sdl
MAKE_ENV= EXTRA_LIBS=-lm
PLIST_FILES= bin/uhexen
OPTIONS_DEFINE= MUSIC
OPTIONS_DEFAULT= MUSIC
MUSIC_DESC= In-game MIDI music support
MUSIC_RUN_DEPENDS= ${LOCALBASE}/lib/timidity/goemon.cfg:audio/timidity
.include <bsd.port.pre.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include "${.CURDIR}/../doom-data/Makefile.include"
.include <bsd.port.post.mk>