freebsd-ports/databases/pgrouting/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

26 lines
667 B
Makefile

# Created by: lbartoletti <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= pgrouting
DISTVERSIONPREFIX= v
DISTVERSION= 2.6.0
PORTREVISION= 5
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 localbase pgsql:9.1+ pkgconfig
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= pgRouting
.include <bsd.port.mk>