1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/math/openlibm/Makefile
Mark Linimon 6d5d36d741 Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-16 00:34:36 +00:00

34 lines
658 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
.include <bsd.port.pre.mk>
MAKE_ENV+= prefix=${PREFIX}
TEST_TARGET= check
.include <bsd.port.post.mk>