mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
bf43557044
armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run
29 lines
796 B
Makefile
29 lines
796 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
|
|
|
|
BROKEN_aarch64= fails to compile: no matching function for call to cmdwin_vpush
|
|
BROKEN_armv6= fails to compile: no matching function for call to cmdwin_vpush
|
|
BROKEN_armv7= fails to compile: no matching function for call to cmdwin_vpush
|
|
|
|
USE_SDL= sdl image mixer
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -i "" 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/scheme.c
|
|
|
|
.include <bsd.port.mk>
|