openbsd-ports/geo/osm2pgrouting/Makefile

24 lines
470 B
Makefile
Raw Normal View History

GH_ACCOUNT = pgRouting
GH_PROJECT = osm2pgrouting
2022-04-14 08:57:29 -04:00
GH_TAGNAME = v2.3.8
COMMENT = convert OSM data to PgRouting format
CATEGORIES = geo
HOMEPAGE = http://pgrouting.org
# GPLv2 only
PERMIT_PACKAGE = Yes
2020-10-09 13:23:51 -04:00
WANTLIB += boost_program_options-mt c expat m pq pqxx ${COMPILER_LIBCXX}
COMPILER = base-clang ports-gcc base-gcc
2020-10-09 17:14:28 -04:00
NO_TEST = Yes
MODULES = devel/cmake
2020-10-09 13:23:51 -04:00
LIB_DEPENDS = devel/boost \
databases/libpqxx
RUN_DEPENDS = geo/pgrouting
.include <bsd.port.mk>