freebsd-ports/databases/pointcloud/Makefile
Palle Girgensohn f8095da4a6 reenable pointcloud, all of it this time...
It was removed in r450691 since depending ports where not
added to the tree.

PR:	221577
2017-09-26 19:32:57 +00:00

28 lines
609 B
Makefile

# Created by: lbartoletti <lbartoletti@tuxfamily.org>
# $FreeBSD$
PORTNAME= pointcloud
PORTVERSION= 1.0.1
DISTVERSIONPREFIX= v
CATEGORIES= databases geography
MAINTAINER= lbartoletti@tuxfamily.org
COMMENT= LIDAR types for PostgreSQL
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
BUILD_DEPENDS= ${LOCALBASE}/include/laz-perf/las.hpp:archivers/lazperf
LIB_DEPENDS= libght.so:devel/libght
USES= cmake pgsql
WANT_PGSQL= server
CMAKE_ARGS+= -DWITH_TESTS:BOOL=FALSE
CFLAGS+= -I${LOCALBASE}/include
USE_GNOME= libxml2
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= pgpointcloud
.include <bsd.port.mk>