2002-08-15 15:34:10 +02:00
|
|
|
# New ports collection makefile for: GeoIP
|
|
|
|
# Date created: 10 August 2002
|
|
|
|
# Whom: Yen-Ming Lee <leeym@leeym.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= GeoIP
|
2008-03-14 21:40:52 +01:00
|
|
|
PORTVERSION= 1.4.4
|
2007-07-22 21:53:52 +02:00
|
|
|
CATEGORIES= net geography
|
2008-03-14 21:40:52 +01:00
|
|
|
MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/
|
2002-08-15 15:34:10 +02:00
|
|
|
|
2007-12-31 00:12:46 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Find the country that any IP address or hostname originates from
|
2002-08-15 15:34:10 +02:00
|
|
|
|
2008-03-14 21:40:52 +01:00
|
|
|
USE_GNOME= gnometarget
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-08-15 00:25:09 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-08-15 15:34:10 +02:00
|
|
|
|
|
|
|
MAN1= geoiplookup.1 geoipupdate.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|