freebsd-ports/math/openlibm/Makefile
Mark Linimon 7e4f41c690 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-13 23:21:37 +00:00

33 lines
691 B
Makefile

# Created by: Iblis Lin <iblis@hs.ntnu.edu.tw>
# $FreeBSD$
PORTNAME= openlibm
PORTVERSION= 0.5.2
DISTVERSIONPREFIX= v
CATEGORIES= math
MASTER_SITES= GH
MAINTAINER= iblis@hs.ntnu.edu.tw
COMMENT= High quality system independent, portable, open source libm
LICENSE= MIT ISCL BSD2CLAUSE
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USE_GITHUB= yes
GH_ACCOUNT= JuliaLang
GH_PROJECT= openlibm
USES= gmake
USE_LDCONFIG= yes
BROKEN_aarch64= does not compile: the clang compiler does not support -march=aarch64
BROKEN_powerpc64= does not build: gmake: clang: Command not found
.include <bsd.port.pre.mk>
MAKE_ENV+= prefix=${PREFIX}
TEST_TARGET= check
.include <bsd.port.post.mk>