summaryrefslogtreecommitdiff
path: root/databases/pointcloud/Makefile
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2017-09-26 19:32:57 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2017-09-26 19:32:57 +0000
commitf8095da4a61d61b33b4474eaef4474b4fe942826 (patch)
tree1853dc11717e216ba6c22ed39da3fca769dafef9 /databases/pointcloud/Makefile
parentAdd libght to the ports tree (diff)
reenable pointcloud, all of it this time...
It was removed in r450691 since depending ports where not added to the tree. PR: 221577
Notes
Notes: svn path=/head/; revision=450696
Diffstat (limited to 'databases/pointcloud/Makefile')
-rw-r--r--databases/pointcloud/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/databases/pointcloud/Makefile b/databases/pointcloud/Makefile
new file mode 100644
index 000000000000..af682fa1aec5
--- /dev/null
+++ b/databases/pointcloud/Makefile
@@ -0,0 +1,28 @@
+# 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>