freebsd-ports/math/amath/Makefile
Mark Linimon dcd74e6387 Mark various ports broken on aarch64 and armv6.
Approved by:	portmgr (tier-2 blanket)
2017-01-31 03:40:46 +00:00

29 lines
665 B
Makefile

# $FreeBSD$
PORTNAME= amath
PORTVERSION= 1.6.2
CATEGORIES= math
MASTER_SITES= http://suyai.innolan.net/
MAINTAINER= cs@innolan.dk
COMMENT= Simple command line calculator
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
HAS_CONFIGURE= yes
CONFIGURE_ARGS= -Wno-inline-new-delete
MAKE_ARGS= CC=${CC} CXX=${CXX}
PLIST_FILES= bin/${PORTNAME}
ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
do-test:
${WRKSRC}/${PORTNAME} test
BROKEN_aarch64= Fails to compile: must define endianness
BROKEN_armv6= Fails to configure: what cpu is this ?!
.include <bsd.port.mk>