# -*- 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 # $Id$ PortSystem 1.0 PortGroup github 1.0 github.setup maxmind geoip-api-c 1.6.4 v github.tarball_from releases name libgeoip categories devel net license LGPL-2.1+ platforms darwin maintainers pixilla openmaintainer description Gets country code by IP address long_description ${description} homepage http://dev.maxmind.com/geoip/ distname GeoIP-${version} checksums rmd160 55cc61a53414786fdb5f1c588eed8dea9e9457e6 \ sha256 36b31c9b8447bd0a56a70b651022e918d0a0654e140cc2492948e6f2175ff5b1 # For stricter sed, some files are not UTF-8 build.env LC_CTYPE=C destroot.env LC_CTYPE=C test.run yes test.target check post-destroot { delete ${destroot}${prefix}/etc/GeoIP.conf xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} \ AUTHORS \ COPYING \ ChangeLog \ NEWS.md \ README.md \ ${destroot}${prefix}/share/doc/${name} }