freebsd-ports/net/GeoIP/Makefile
Sean Chittenden 6640fa04e7 Update GeoIP to 1.0.8. Grab maintainership of both of these ports.
Approved by:	knu (mentor) && old maintainer
2002-10-07 04:30:58 +00:00

26 lines
508 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.8
CATEGORIES= misc
MASTER_SITES= http://maxmind.com/download/geoip/api/c/
MAINTAINER= seanc@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
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>