freebsd-ports/devel/libght/Makefile
Palle Girgensohn 345975d674 Add libght to the ports tree
PR:	221577
2017-09-26 19:16:02 +00:00

26 lines
538 B
Makefile

# Created by: lbartoletti <lbartoletti@tuxfamily.org>
# $FreeBSD$
PORTNAME= libght
PORTVERSION= 0.1.0
DISTVERSIONPREFIX= v
CATEGORIES= devel geography
MAINTAINER= lbartoletti@tuxfamily.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
USE_GNOME= libxml2
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= pramsey
.include <bsd.port.mk>