# $Id: Portfile 36322 2008-04-27 06:27:18Z ryandesign@macports.org $ PortSystem 1.0 name libgeoip version 1.4.5 categories devel net platforms darwin maintainers bhirt@mobygames.com description Gets country code by IP address long_description ${description} homepage http://www.maxmind.com/app/c master_sites http://www.maxmind.com/download/geoip/api/c/ \ http://www.maxmind.com/download/geoip/api/c/old/ distname GeoIP-${version} checksums md5 d95c34cf8ebd48e357b1812db5d75cf1 test.run yes test.target check configure.args --mandir=${prefix}/share/man post-destroot { xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \ NEWS README TODO ${destroot}${prefix}/share/doc/${name} }