# $Id: Portfile,v 1.1 2006/06/13 05:30:31 stechert Exp $

PortSystem 1.0
name		libipgeo
version		1.3
revision	1
categories	net
maintainers	andre@splunk.com
description	A small library written on top of the IP2LOCATION database allowing the user to do geo-targeting of IP addresses
long_description	\
	For a given IPv4 address, libipgeo can lookup the following: \
	- Country Code \
	- Country \
	- Region \
	- City \
	- Latitude \
	- Longitude \
	- ISP
homepage	http://www.packetfactory.net/projects/ipgeo/
master_sites	http://www.packetfactory.net/projects/ipgeo/dist/
checksums	md5 ecda3fa8a682a5ac990ad0d8b7f48a3f
depends_lib	port:libnet11 port:libpcap
configure.env	CFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib"
