freebsd-ports/net/GeoIP/Makefile
Pav Lucistnik e1c320c4dc - Update to 1.4.2
PR:		ports/109004
Submitted by:	Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by:	maintainer timeout (shaun; 1 month)
2007-03-25 16:50:59 +00:00

23 lines
541 B
Makefile

# New ports collection makefile for: GeoIP
# Date created: 10 August 2002
# Whom: Yen-Ming Lee <leeym@leeym.com>
#
# $FreeBSD$
#
PORTNAME= GeoIP
PORTVERSION= 1.4.2
CATEGORIES= net
MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/ \
http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
MAINTAINER= shaun@FreeBSD.org
COMMENT= Find the country that any IP address or hostname originates from
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAN1= geoiplookup.1 geoipupdate.1
.include <bsd.port.mk>