pkgsrc/sysutils/collectd-memcached/Makefile
fhajny d0411448e0 Import collectd-5.4.1 as sysutils/collectd (+ plugins), based on wip/collectd5.
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.
2014-02-17 11:21:54 +00:00

13 lines
391 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/02/17 11:21:55 fhajny Exp $
COLLECTD_PACKAGE= memcached
COLLECTD_PLUGINS= memcachec memcached
COMMENT= Statistics collection daemon - memcached plugins
.include "../../sysutils/collectd/Makefile.common"
CONFIGURE_ARGS+= --with-libmemcached=${BUILDLINK_PREFIX.libmemcached}
.include "../../devel/libmemcached/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"