pkgsrc/geography/libmaxminddb/Makefile

21 lines
512 B
Makefile
Raw Normal View History

# $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"