1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/GeoIP/Makefile
Yen-Ming Lee 5ce08c8e52 - update geoipupdate.sh to update the free database (GeoLite country)
- bump PORTREVISION

Submitted by:	Peter Clark <clarkp at mtmary.edu>
2008-07-03 21:51:55 +00:00

27 lines
588 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.4
PORTREVISION= 1
CATEGORIES= net geography
MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/
MAINTAINER= ports@FreeBSD.org
COMMENT= Find the country that any IP address or hostname originates from
USE_GNOME= gnometarget
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
MAN1= geoiplookup.1 geoipupdate.1
post-install:
${INSTALL_SCRIPT} ${FILESDIR}/geoipupdate.sh ${PREFIX}/bin/
.include <bsd.port.mk>