freebsd-ports/net/GeoIP/Makefile

23 lines
496 B
Makefile
Raw Normal View History

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