aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pgrouting/Makefile
blob: 5f8c2a8953fc1cc9a0b8f1f10c8f04ca9eb504a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: lbartoletti <coder@tuxfamily.org>
# $FreeBSD$

PORTNAME=   pgrouting
DISTVERSIONPREFIX=  v
DISTVERSION=    2.6.0
PORTREVISION=   3
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>