Bump net-mgmt/rrdbot to version 0.9.7_4
[dports.git] / net-mgmt / rrdbot / Makefile
1 # Created by: Jeremy Chadwick <koitsu@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       rrdbot
5 PORTVERSION=    0.9.7
6 PORTREVISION=   4
7 CATEGORIES=     net-mgmt
8 MASTER_SITES=   http://thewalter.net/stef/software/rrdbot/
9
10 MAINTAINER=     rodrigo@FreeBSD.org
11 COMMENT=        Threaded SNMP polling daemon which stores data in RRDs
12
13 LIB_DEPENDS=    librrd.so:databases/rrdtool
14
15 GNU_CONFIGURE=  yes
16 CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include \
17                         --datarootdir=${PREFIX}/share/rrdbot
18
19 SUB_FILES=      pkg-message
20 USE_RC_SUBR=    rrdbot
21
22 .if defined(WITH_DEBUG)
23 CONFIGURE_ARGS+=        --enable-debug
24 .endif
25
26 .if defined(WITHOUT_IPV6)
27 CONFIGURE_ARGS+=        --disable-ipv6
28 .endif
29
30 .include <bsd.port.mk>