freebsd-ports/net/GeoIP/Makefile
Shaun Amott 5361678373 Switch to my @FreeBSD.org address.
Approved by:	ahze (mentor)
2006-06-19 20:06:59 +00:00

22 lines
518 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.3.17
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
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
MAN1= geoiplookup.1 geoipupdate.1
.include <bsd.port.mk>