HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/math/s2geometry/Makefile
# $FreeBSD: head/math/s2geometry/Makefile 568759 2021-03-18 20:02:59Z yuri $

PORTNAME=	s2geometry
DISTVERSIONPREFIX=	v
DISTVERSION=	0.9.0-27
DISTVERSIONSUFFIX=	-g0c4c460
CATEGORIES=	math

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Geometry library for manipulating geometric shapes

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake compiler:c++11-lang ssl
USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	google

CMAKE_OFF=	BUILD_EXAMPLES

.include <bsd.port.mk>