# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup golang 1.0 go.setup github.com/omniscale/imposm3 0.14.0 v go.offline_build no github.tarball_from archive name imposm revision 0 categories gis maintainers {@sikmir disroot.org:sikmir} openmaintainer license Apache-2 description Imposm imports OpenStreetMap data into PostGIS long_description {*}${description} homepage https://imposm.org/ checksums rmd160 c38438da85916336a7b7c3bb33a4a3fb8aaab01b \ sha256 d6b012497eff1b8faa25d125ce0becb97f68c95a68dd2c35cf65a0bf3c34b833 \ size 2350908 depends_lib-append port:geos \ port:leveldb set go_ldflags "-s -w -X ${go.package}.Version=${version}" build.args -ldflags \"${go_ldflags}\" ./cmd/imposm destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }