2013-07-18 10:24:08 +02:00
|
|
|
# Created by: Waitman Gobble <waitman@waitman.net>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libdouble-conversion
|
2018-02-22 15:39:13 +01:00
|
|
|
PORTVERSION= 3.0.0
|
2013-07-18 10:24:08 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
MAINTAINER= waitman@waitman.net
|
|
|
|
COMMENT= Binary-decimal and decimal-binary routines for IEEE doubles
|
|
|
|
|
2014-05-24 09:11:09 +02:00
|
|
|
LICENSE= BSD3CLAUSE
|
2013-07-18 10:24:08 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2018-02-22 15:39:13 +01:00
|
|
|
#BROKEN_aarch64= Fails to build: Target architecture was not detected as supported by Double-Conversion
|
2016-11-08 09:55:18 +01:00
|
|
|
|
2018-02-22 15:39:13 +01:00
|
|
|
USES= cmake
|
2013-07-18 10:24:08 +02:00
|
|
|
USE_LDCONFIG= yes
|
2018-02-22 15:39:13 +01:00
|
|
|
CMAKE_ARGS= -DCMAKE_POSITION_INDEPENDENT_CODE=1
|
2013-07-18 10:24:08 +02:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
2018-02-22 15:39:13 +01:00
|
|
|
GH_ACCOUNT= google
|
|
|
|
GH_PROJECT= double-conversion
|
|
|
|
GH_TAGNAME= v${PORTVERSION}
|
2013-07-18 10:24:08 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|