d0411448e0
collectd is a daemon which collects system performance statistics periodically and provides mechanisms to store the values in a variety of ways, for example in RRD-files.
13 lines
399 B
Makefile
13 lines
399 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/02/17 11:21:55 fhajny Exp $
|
|
|
|
COLLECTD_PACKAGE= postgresql
|
|
|
|
PKGNAME= ${DISTNAME:S/collectd/collectd-${COLLECTD_PACKAGE}${PGSQL_VERSION}/}
|
|
COMMENT= Statistics collection daemon - postgresql plugin
|
|
|
|
.include "../../sysutils/collectd/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --with-libpq=${PGSQL_PREFIX}
|
|
|
|
.include "../../mk/pgsql.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|