2002-08-15 13:34:10 +00:00
|
|
|
# New ports collection makefile for: GeoIP
|
|
|
|
# Date created: 10 August 2002
|
|
|
|
# Whom: Yen-Ming Lee <leeym@leeym.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= GeoIP
|
2004-05-29 23:14:31 +00:00
|
|
|
PORTVERSION= 1.3.1
|
2002-10-17 19:47:13 +00:00
|
|
|
CATEGORIES= net
|
2002-11-18 12:01:16 +00:00
|
|
|
MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/
|
2002-08-15 13:34:10 +00:00
|
|
|
|
2002-10-07 04:30:58 +00:00
|
|
|
MAINTAINER= seanc@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Find the country that any IP address or hostname originates from
|
2002-08-15 13:34:10 +00:00
|
|
|
|
2004-05-30 07:19:41 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2002-08-15 13:34:10 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
MAN1= geoiplookup.1 geoipupdate.1
|
|
|
|
|
2002-09-23 09:21:22 +00:00
|
|
|
post-install:
|
2004-05-29 23:14:31 +00:00
|
|
|
.if !exists(${PREFIX}/etc/GeoIP.conf.default)
|
|
|
|
@${CP} ${PREFIX}/etc/GeoIP.conf.default ${PREFIX}/etc/GeoIP.conf
|
|
|
|
.endif
|
2002-09-23 09:21:22 +00:00
|
|
|
|
2002-08-15 13:34:10 +00:00
|
|
|
.include <bsd.port.mk>
|