aboutsummaryrefslogblamecommitdiff
path: root/converters/osm2pgsql/Makefile
blob: 78a8dace72f5fc3c93ab8a845b05b6b30638671a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                   
           

                         
                      
                 
                                    



                                                           
                      
                                 
 
                                          

                                                     
 

                                                                                                

                             
 


                                            
                                       
 
                                           
                 
 

                    
           
                                                                                  
 
                     
                                       
                     
                                                             
       

                      
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$

PORTNAME=	osm2pgsql
PORTVERSION=	0.94.0
PORTREVISION=	2
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>