blob: a35e822c91c679f482516367f902e51ebc3dd57d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Created by: Jeremy Chadwick <koitsu@FreeBSD.org>
# $FreeBSD$
PORTNAME= rrdbot
PORTVERSION= 0.9.7
PORTREVISION= 3
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:${PORTSDIR}/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>
|