summaryrefslogtreecommitdiff
path: root/devel/spatialindex/Makefile
blob: c6312ff042fe68c32decb89376299c9e0e212401 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	spatialindex
DISTVERSION=	2.1.0
CATEGORIES=	devel
MASTER_SITES=	https://github.com/libspatialindex/libspatialindex/releases/download/${DISTVERSION}/
DISTNAME=	${PORTNAME}-src-${PORTVERSION}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	General Framework for Developing Spatial Indices
WWW=		https://libspatialindex.org/en/latest/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

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

CMAKE_TESTING_ON=	SIDX_BUILD_TESTS

.include <bsd.port.mk>