2014-01-17 16:59:52 +01:00
|
|
|
# Created by: lbartoletti <coder@tuxfamily.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pgrouting
|
2016-12-14 03:38:04 +01:00
|
|
|
DISTVERSIONPREFIX= v
|
2018-04-06 08:46:53 +02:00
|
|
|
DISTVERSION= 2.6.0
|
2018-08-09 08:58:30 +02:00
|
|
|
PORTREVISION= 3
|
2014-01-17 16:59:52 +01:00
|
|
|
CATEGORIES= databases geography
|
|
|
|
|
2016-05-27 16:46:46 +02:00
|
|
|
MAINTAINER= lbartoletti@tuxfamily.org
|
2014-01-17 16:59:52 +01:00
|
|
|
COMMENT= Extension to PostGIS to provide geospatial routing functionality
|
|
|
|
|
2017-10-22 12:57:03 +02:00
|
|
|
LICENSE= GPLv2+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2014-01-17 16:59:52 +01:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libboost_system.so:devel/boost-libs\
|
|
|
|
libCGAL.so:math/cgal \
|
|
|
|
libgmp.so:math/gmp
|
2017-08-17 14:16:54 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/postgresql/contrib/postgis-2.2/postgis.sql:databases/postgis22
|
2014-01-17 16:59:52 +01:00
|
|
|
|
2017-08-08 19:55:01 +02:00
|
|
|
USES= compiler:c++11-lib cmake:outsource localbase pgsql:9.1+ pkgconfig
|
2014-01-17 16:59:52 +01:00
|
|
|
USE_LDCONFIG= yes
|
2015-05-18 19:07:45 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= pgRouting
|
2014-01-17 16:59:52 +01:00
|
|
|
|
2016-05-06 10:11:26 +02:00
|
|
|
.include <bsd.port.mk>
|