1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/net/GeoIP/Makefile
Yen-Ming Lee 521432de4f new port: misc/GeoIP
GeoIP is a C library that enables the user to find the country that any
IP address or hostname originates from.

PR:		ports/41536
Submitted by:	Yen-Ming Lee <leeym@utopia.leeym.com>
2002-08-15 13:34:10 +00:00

24 lines
468 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.0.0
CATEGORIES= misc
MASTER_SITES= http://maxmind.com/download/geoip/api/c/
MAINTAINER= leeym@leeym.com
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-gnu-ld=yes
INSTALLS_SHLIB= yes
MAN1= geoiplookup.1 geoipupdate.1
.include <bsd.port.mk>