aboutsummaryrefslogtreecommitdiff
path: root/devel/libght/Makefile
blob: 2f9bd1a3ae8eac4fc65a18d510a04b756e3c215c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	libght
PORTVERSION=	0.1.0
PORTREVISION=	5
DISTVERSIONPREFIX=	v
CATEGORIES=	devel geography

MAINTAINER=	lbartoletti@FreeBSD.org
COMMENT=	GeoHashTree library for storing and accessing multi-dimensional point clouds

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYRIGHT

LIB_DEPENDS=	libproj.so:graphics/proj \
		liblas.so:devel/liblas \
		libcunit.so:devel/cunit

USES=		cmake gnome
USE_GNOME=	libxml2
USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	pramsey

.include <bsd.port.mk>