mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
19 lines
294 B
Makefile
19 lines
294 B
Makefile
PORTNAME= intx
|
|
PORTVERSION= 0.7.1
|
|
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>
|
|
|