freebsd-ports/converters/osm2pgsql/Makefile
2018-01-18 04:11:02 +00:00

44 lines
954 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= osm2pgsql
PORTVERSION= 0.94.0
PORTREVISION= 1
CATEGORIES= converters geography
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Convert OSM XML data to PostgreSQL database
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libproj.so:graphics/proj \
libboost_system.so:devel/boost-libs \
libexpat.so:textproc/expat2
BROKEN_powerpc64= fails to compile: node-ram-cache.hpp: cstdint: No such file or directory
USE_GITHUB= yes
GH_ACCOUNT= openstreetmap
USES= cmake:outsource lua:53 pgsql
PLIST_FILES= bin/osm2pgsql \
man/man1/osm2pgsql.1.gz
PORTDOCS= AUTHORS ChangeLog README.md
PORTDATA= *
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|share/man/man1|man/man1|' ${WRKSRC}/CMakeLists.txt
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
.endfor
.include <bsd.port.mk>