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.
12 lines
342 B
Makefile
12 lines
342 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/02/17 11:21:55 fhajny Exp $
|
|
|
|
COLLECTD_PACKAGE= network
|
|
|
|
COMMENT= Statistics collection daemon - network plugin
|
|
|
|
.include "../../sysutils/collectd/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --with-libgcrypt=${BUILDLINK_PREFIX.libgcrypt}
|
|
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|