60aab66567
ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
31 lines
729 B
Makefile
31 lines
729 B
Makefile
# New ports collection makefile for: rtg
|
|
# Date created: 6 January 2004
|
|
# Whom: Brad Davis <so14k@so14k.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rtg
|
|
PORTVERSION= 0.7.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= rtg
|
|
|
|
MAINTAINER= so14k@so14k.com
|
|
COMMENT= A flexible, high-performance SNMP statistics monitoring system
|
|
|
|
BUILD_DEPENDS= \
|
|
${LOCALBASE}/lib/mysql/libmysqlclient_r.a:${PORTSDIR}/databases/mysql41-client \
|
|
${LOCALBASE}/sbin/snmpd:${PORTSDIR}/net-mgmt/net-snmp
|
|
|
|
MAN1= rtgplot.1 rtgpoll.1
|
|
|
|
USE_REINPLACE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/rtg
|
|
|
|
pre-configure:
|
|
${REINPLACE_CMD} -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|