1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/GeoIP/Makefile
Sean Chittenden fb0fd0220d Moved misc/GeoIP and misc/p5-Geo-IP to the more fitting net directory[1].
Fixed build of net/GeoIP on -STABLE[2].

PR:		ports/43807
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>  [2]
Submitted by:	seanc [1]

Reviewed by:	knu (mentor/portmgr)
2002-10-09 04:33:08 +00:00

25 lines
451 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
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>