Files
ports/converters/osm2pgsql/Makefile
Dmitry Marakasov 34ddc1ef05 - Update to 0.96.0
- Update WWW
2018-05-08 14:36:08 +00:00

43 lines
938 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= osm2pgsql
PORTVERSION= 0.96.0
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>