mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
fce5f52e27
- USE_MYSQL macro unless there is a reason to depend specifically on mysql41 - Use SF MASTER_SITES abbreviation PR: 136678 Submitted by: Sahil Tandon <sahil@tandon.net> Feature safe: yes
31 lines
670 B
Makefile
31 lines
670 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
|
|
PORTREVISION= 4
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A flexible, high-performance SNMP statistics monitoring system
|
|
|
|
LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp
|
|
|
|
MAN1= rtgplot.1 rtgpoll.1
|
|
|
|
USE_MYSQL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/${PORTNAME} \
|
|
--with-mysql=${LOCALBASE} \
|
|
--with-snmp=${LOCALBASE}
|
|
|
|
pre-configure:
|
|
@${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|