freebsd-ports/databases/pointcloud/Makefile
Steve Wills a70bf43678 databases/pointcloud: update to 1.1.0
PR:		228659
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
2018-06-01 22:15:31 +00:00

27 lines
614 B
Makefile

# Created by: lbartoletti <lbartoletti@tuxfamily.org>
# $FreeBSD$
PORTNAME= pointcloud
PORTVERSION= 1.1.0
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= autoreconf gmake pgsql
WANT_PGSQL= server
USE_GNOME= libxml2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-lazperf=${LOCALBASE}
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= pgpointcloud
.include <bsd.port.mk>