freebsd-ports/lang/angelscript/Makefile
Mark Linimon e043e9c8d6 Provide more descriptive error messages for ports failing on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2017-04-29 05:44:25 +00:00

30 lines
716 B
Makefile

# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$
PORTNAME= angelscript
PORTVERSION= 2.29.0
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.angelcode.com/angelscript/sdk/files/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= vg@FreeBSD.org
COMMENT= AngelCode Scripting Library
LICENSE= ZLIB
BROKEN_aarch64= Does not build: invokes x86 asm
BROKEN_powerpc64= Does not build: invokes x86 asm
BROKEN_sparc64= Does not build: invokes x86 asm
MAKEFILE= makefile
MAKE_ARGS= LOCAL=${STAGEDIR}${PREFIX}
USES= alias gmake zip compiler:c++0x
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/sdk/angelscript/projects/gnuc/
PLIST_FILES= include/angelscript.h \
lib/libangelscript.a
.include <bsd.port.mk>