mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
cc95712fbe
Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030
27 lines
677 B
Makefile
27 lines
677 B
Makefile
# Created by: lbartoletti <coder@tuxfamily.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pgrouting
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.6.0
|
|
PORTREVISION= 1
|
|
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>
|