mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
014cdf7937
PR: 121620 Submitted by: Ports Fury
23 lines
496 B
Makefile
23 lines
496 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
|
|
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
|
|
|
|
.include <bsd.port.mk>
|