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
|
2003-05-16 18:03:27 +00:00
|
|
|
PORTVERSION= 1.2.0
|
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
|
|
|
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ARGS= --with-gnu-ld=yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
MAN1= geoiplookup.1 geoipupdate.1
|
|
|
|
|
2002-09-23 09:21:22 +00:00
|
|
|
post-install:
|
2002-09-27 19:45:02 +00:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2002-09-23 09:21:22 +00:00
|
|
|
|
2002-08-15 13:34:10 +00:00
|
|
|
.include <bsd.port.mk>
|