freebsd-ports/misc/GeoIP/Makefile
Yen-Ming Lee cabfb88ec1 upgrade to GeoIP v1.0.4
Reminded by:	Adam Kranzel <adam@blacktabby.org>
Reviewed by:	ijliao (mentor)
Approved by:	ijliao (mentor)
2002-09-09 09:59:29 +00:00

23 lines
470 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.4
CATEGORIES= misc
MASTER_SITES= http://maxmind.com/download/geoip/api/c/
MAINTAINER= leeym@FreeBSD.org
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>