2004-01-07 01:39:57 -05:00
|
|
|
# New ports collection makefile for: rtg
|
|
|
|
# Date created: 6 January 2004
|
|
|
|
# Whom: Brad Davis <so14k@so14k.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rtg
|
|
|
|
PORTVERSION= 0.7.4
|
2008-03-29 07:02:36 -04:00
|
|
|
PORTREVISION= 4
|
2004-01-07 01:39:57 -05:00
|
|
|
CATEGORIES= net
|
2009-08-21 20:32:25 -04:00
|
|
|
MASTER_SITES= SF
|
2004-01-07 01:39:57 -05:00
|
|
|
|
2006-01-23 15:27:33 -05:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-01-07 01:39:57 -05:00
|
|
|
COMMENT= A flexible, high-performance SNMP statistics monitoring system
|
|
|
|
|
2005-05-17 14:49:27 -04:00
|
|
|
LIB_DEPENDS= mysqlclient:${PORTSDIR}/databases/mysql41-client \
|
2008-03-29 07:02:36 -04:00
|
|
|
netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp
|
2004-01-07 01:39:57 -05:00
|
|
|
|
|
|
|
MAN1= rtgplot.1 rtgpoll.1
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/rtg
|
|
|
|
|
|
|
|
pre-configure:
|
2005-05-17 14:49:27 -04:00
|
|
|
@${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},g' ${WRKSRC}/configure
|
2004-01-07 01:39:57 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|