b3d43260a5
PR: 225417 Submitted by: proler@gmail.com Approved by: maintainer (timeout)
25 lines
590 B
Makefile
25 lines
590 B
Makefile
# Created by: Waitman Gobble <waitman@waitman.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libdouble-conversion
|
|
PORTVERSION= 3.0.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= waitman@waitman.net
|
|
COMMENT= Binary-decimal and decimal-binary routines for IEEE doubles
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
#BROKEN_aarch64= Fails to build: Target architecture was not detected as supported by Double-Conversion
|
|
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
CMAKE_ARGS= -DCMAKE_POSITION_INDEPENDENT_CODE=1
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= google
|
|
GH_PROJECT= double-conversion
|
|
GH_TAGNAME= v${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|