summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-05-08 10:52:14 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-05-08 10:52:14 +0000
commitf814aa50ff000003a87bd07ec7c5d0b39b733604 (patch)
treea3cc7d8fdfe53a07320cd635116abf114d006dff /converters
parent. Update to 0.98.3 (diff)
- Merge two USES definitions.
- Use standard autotools targets.
Notes
Notes: svn path=/head/; revision=353284
Diffstat (limited to 'converters')
-rw-r--r--converters/osm2pgsql/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile
index 9efe48bab04d..4536a8baf24d 100644
--- a/converters/osm2pgsql/Makefile
+++ b/converters/osm2pgsql/Makefile
@@ -3,7 +3,7 @@
PORTNAME= osm2pgsql
PORTVERSION= 0.84.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= converters geography
MAINTAINER= amdmi3@FreeBSD.org
@@ -19,13 +19,12 @@ USE_GITHUB= yes
GH_ACCOUNT= openstreetmap
GH_COMMIT= 237b125
-USES= libtool
-GNU_CONFIGURE= yes
+USES= gmake libtool lua pgsql tar:bzip2
USE_AUTOTOOLS= autoconf automake aclocal autoheader libtoolize
+AUTOMAKE_ARGS= -a -c -f
CONFIGURE_ARGS= LUA="${LUA_CMD}" \
LUA_INCLUDE="-I${LUA_INCDIR}" \
LUA_LIB="-L${LUA_LIBDIR} -llua-${LUA_VER}"
-USES= gmake lua pgsql tar:bzip2
USE_GNOME= libxml2
PLIST_FILES= bin/nodecachefilereader \
@@ -39,9 +38,6 @@ PORTDATA= *
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/m4/*.m4
-run-autotools:
- cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ./autogen.sh
-
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}