1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/net/GeoIP/Makefile
Sean Chittenden 3692e04642 Update GeoIP to 1.1.1. This version update has a significant API change in
that false lookups now return NULL instead of "--".  Libraries should be
updated accordingly.

Pointed out by:		knu && bento
Update delayed by:	15s+ latency from satellite internet connection
2002-11-19 20:37:40 +00:00

25 lines
454 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.1.1
CATEGORIES= net
MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/
MAINTAINER= seanc@FreeBSD.org
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-gnu-ld=yes
INSTALLS_SHLIB= yes
MAN1= geoiplookup.1 geoipupdate.1
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>