Ticket #16866: Portfile

File Portfile, 782 bytes (added by jhohle@…, 16 years ago)

Updated port file for 1.4.5

Line 
1# $Id: Portfile 36322 2008-04-27 06:27:18Z ryandesign@macports.org $
2
3PortSystem 1.0
4
5name                    libgeoip
6version                 1.4.5
7categories              devel net
8platforms               darwin
9maintainers             bhirt@mobygames.com
10description             Gets country code by IP address
11long_description        ${description}
12
13homepage                http://www.maxmind.com/app/c
14master_sites            http://www.maxmind.com/download/geoip/api/c/ \
15                        http://www.maxmind.com/download/geoip/api/c/old/
16distname                GeoIP-${version}
17checksums               md5 d95c34cf8ebd48e357b1812db5d75cf1
18
19test.run                yes
20test.target             check
21
22configure.args  --mandir=${prefix}/share/man
23
24post-destroot   {
25        xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
26        xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
27                NEWS README TODO ${destroot}${prefix}/share/doc/${name}
28}