opnsense-ports/databases/pgrouting/Makefile
Franco Fichtner c750be8f4e */*: sync with upstream
Taken from: HardenedBSD
2017-10-22 20:02:25 +02:00

25 lines
661 B
Makefile

# Created by: lbartoletti <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= pgrouting
PORTVERSION= 2.5.1
DISTVERSIONPREFIX= v
CATEGORIES= databases geography
MAINTAINER= lbartoletti@tuxfamily.org
COMMENT= Extension to PostGIS to provide geospatial routing functionality
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_system.so:devel/boost-libs\
libCGAL.so:math/cgal \
libgmp.so:math/gmp
RUN_DEPENDS= ${LOCALBASE}/share/postgresql/contrib/postgis-2.2/postgis.sql:databases/postgis22
USES= compiler:c++11-lib cmake:outsource localbase pgsql:9.1+ pkgconfig
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= pgRouting
.include <bsd.port.mk>