20 lines
294 B
Makefile
20 lines
294 B
Makefile
PORTNAME= intx
|
|
PORTVERSION= 0.7.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= nc@FreeBSD.org
|
|
COMMENT= Extended precision integer library
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= chfast
|
|
|
|
CMAKE_OFF= INTX_TESTING
|
|
|
|
.include <bsd.port.mk>
|
|
|