1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/net-mgmt/rrdbot/Makefile
Dennis Herrmann 2dce661aca - Update to 0.9.7
Feature safe:	yes
2011-01-15 12:16:58 +00:00

41 lines
860 B
Makefile

# New ports collection makefile for: net-mgmt/rrdbot
# Date created: 18 September 2008
# Whom: Jeremy Chadwick <koitsu@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rrdbot
PORTVERSION= 0.9.7
CATEGORIES= net-mgmt
MASTER_SITES= http://thewalter.net/stef/software/rrdbot/
MAINTAINER= dhn@FreeBSD.org
COMMENT= Threaded SNMP polling daemon which stores data in RRDs
LIB_DEPENDS= rrd:${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
MAN1= rrdbot-get.1
MAN5= rrdbot.conf.5
MAN8= rrdbot-create.8 rrdbotd.8
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug
.endif
.if defined(WITHOUT_IPV6)
CONFIGURE_ARGS+= --disable-ipv6
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>