1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/net/rtg/Makefile
Pav Lucistnik 3e15eb1d43 - Makefile cleanup
- Silence build warnings
- Fix plist

PR:		ports/81007
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com>
Approved by:	Brad Davis <so14k@so14k.com> (maintainer)
2005-05-17 18:49:27 +00:00

30 lines
682 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
LIB_DEPENDS= mysqlclient:${PORTSDIR}/databases/mysql41-client \
netsnmp.7:${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>