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
|
2009-02-27 15:40:43 +01:00
|
|
|
PORTVERSION= 1.4.6
|
2007-07-22 21:53:52 +02:00
|
|
|
CATEGORIES= net geography
|
2009-01-20 16:03:24 +01:00
|
|
|
MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/c/
|
2002-08-15 15:34:10 +02:00
|
|
|
|
2008-10-19 16:39:52 +02:00
|
|
|
MAINTAINER= adox@mcx2.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
|
|
|
|
2009-02-27 15:40:43 +01:00
|
|
|
MAN1= geoiplookup.1 geoipupdate.1 geoiplookup6.1
|
2002-08-15 15:34:10 +02:00
|
|
|
|
2008-07-03 23:51:55 +02:00
|
|
|
post-install:
|
|
|
|
${INSTALL_SCRIPT} ${FILESDIR}/geoipupdate.sh ${PREFIX}/bin/
|
|
|
|
|
2002-08-15 15:34:10 +02:00
|
|
|
.include <bsd.port.mk>
|