1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/net-mgmt/rrdbot/Makefile
Niclas Zeising 307a70b894 Update databases/rrdtool to 1.6.0
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.

Bump portrevision for depending ports due to shlib version bump.

For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES

Reviewed by:	kwm
Differential Revision:	D6168
2016-05-02 16:08:56 +00:00

31 lines
669 B
Makefile

# Created by: Jeremy Chadwick <koitsu@FreeBSD.org>
# $FreeBSD$
PORTNAME= rrdbot
PORTVERSION= 0.9.7
PORTREVISION= 4
CATEGORIES= net-mgmt
MASTER_SITES= http://thewalter.net/stef/software/rrdbot/
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Threaded SNMP polling daemon which stores data in RRDs
LIB_DEPENDS= librrd.so:databases/rrdtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include \
--datarootdir=${PREFIX}/share/rrdbot
SUB_FILES= pkg-message
USE_RC_SUBR= rrdbot
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug
.endif
.if defined(WITHOUT_IPV6)
CONFIGURE_ARGS+= --disable-ipv6
.endif
.include <bsd.port.mk>