freebsd-ports/games/nazghul/Makefile
Mark Linimon d43f7f7b69 Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-14 06:19:30 +00:00

26 lines
645 B
Makefile

# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PORTNAME= nazghul
PORTVERSION= 0.7.1
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Computer role-playing game engine
LICENSE= GPLv2+ # GPLv3 text bundled, but sources mention GPLv2+
LIB_DEPENDS= libpng.so:graphics/png
USE_SDL= sdl image mixer
GNU_CONFIGURE= yes
USES= gmake
BROKEN_aarch64= Fails to compile: error: no matching function for call to cmdwin_vpush
post-patch:
${REINPLACE_CMD} -i "" 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/scheme.c
.include <bsd.port.mk>