24 lines
608 B
Makefile
24 lines
608 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/07/17 22:50:56 grant 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"
|