2fef2f1f4e
This is a C client library for the Riemann monitoring system, providing a convenient and simple API, high test coverage and a copyleft license, along with API and ABI stability.
25 lines
663 B
Makefile
25 lines
663 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/10/13 11:03:13 fhajny Exp $
|
|
|
|
DISTNAME= riemann-c-client-1.9.1
|
|
PKGNAME= ${DISTNAME:S/c-//}
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=algernon/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/algernon/riemann-c-client/
|
|
COMMENT= C client library for the Riemann monitoring system
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
GITHUB_PROJECT= riemann-c-client
|
|
GITHUB_RELEASE= ${DISTNAME}
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/protobuf-c/buildlink3.mk"
|
|
.include "../../textproc/json-c/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|