freebsd-ports/net/GeoIP/Makefile
Sean Chittenden 4ab3087fc4 Update GeoIP to 1.0.9. Update categories that were missed after the
repo-copy[1].

PR:		ports/44171
Submitted by:	Yen-Ming Lee <leeym@utopia.leeym.com>
2002-10-17 19:47:13 +00:00

24 lines
450 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.9
CATEGORIES= net
MASTER_SITES= http://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>