22 lines
442 B
Makefile
22 lines
442 B
Makefile
# Created by: Waitman Gobble <waitman@waitman.net>
|
|
|
|
PORTNAME= double-conversion
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.1.5-19
|
|
DISTVERSIONSUFFIX= -gf4cb238
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Binary-decimal and decimal-binary routines for IEEE doubles
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= google
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
.include <bsd.port.mk>
|