mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
26 lines
528 B
Makefile
26 lines
528 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.2.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/
|
|
|
|
MAINTAINER= seanc@FreeBSD.org
|
|
COMMENT= Find the country that any IP address or hostname originates from
|
|
|
|
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>
|