Update games/hexalate to version 1.1.6
[dports.git] / games / nazghul / Makefile
1 # Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       nazghul
5 PORTVERSION=    0.7.1
6 PORTREVISION=   5
7 CATEGORIES=     games
8 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Computer role-playing game engine
12
13 LICENSE=        GPLv2+ # GPLv3 text bundled, but sources mention GPLv2+
14
15 LIB_DEPENDS=    libpng.so:graphics/png
16
17 BROKEN_aarch64=         fails to compile: no matching function for call to cmdwin_vpush
18 BROKEN_armv6=           fails to compile: no matching function for call to cmdwin_vpush
19 BROKEN_armv7=           fails to compile: no matching function for call to cmdwin_vpush
20
21 USE_SDL=        sdl image mixer
22 GNU_CONFIGURE=  yes
23 USES=           gmake sdl
24
25 post-patch:
26         ${REINPLACE_CMD} -i "" 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/scheme.c
27
28 .include <bsd.port.mk>