5f891a5752
The libmaxminddb library provides a C library for reading MaxMind DB files, including the GeoIP2 databases from MaxMind.
20 lines
512 B
Makefile
20 lines
512 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/09/10 20:55:20 fhajny Exp $
|
|
|
|
DISTNAME= libmaxminddb-1.3.2
|
|
CATEGORIES= geography
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=maxmind/}
|
|
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://maxmind.github.io/libmaxminddb/
|
|
COMMENT= C library for the MaxMind DB file format
|
|
LICENSE= apache-2.0
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES+= c99
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= src/libmaxminddb.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|