blob: 8dfdd9b1c434910974d026f8fcec05d6af5b0b16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.2 2003/06/02 01:18:05 jschauma Exp $
#
DISTNAME= GeoIP-1.1.9
CATEGORIES= net
MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://www.maxmind.com/download/geoip/api/c/
COMMENT= Find the country from any IP address
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
USE_LIBTOOL= yes
USE_PKGINSTALL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
EGDIR= ${PREFIX}/share/examples/GeoIP
CONF_FILES= ${EGDIR}/GeoIP.conf.default ${PKG_SYSCONFDIR}/GeoIP.conf
.include "../../mk/bsd.pkg.mk"
|