mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
b66056ffed
Based on the timeout of 3+ months (2018-03-23-now) on bug#226885 for net/ucarp Also, looking at the subversion log, there were timeouts on: * bug#224169 r465659 | ygy | 2018-03-26 19:51:12 * bug#224768 r459066 | swills | 2018-01-15 07:16:28 * bug#224755 r459058 | swills | 2018-01-15 06:55:08 The last approval from alexey@renatasystems.org was over a year ago: bug#218563 r438885 | lifanov | 2017-04-19 08:30:28 (devel/py-colorama)
23 lines
458 B
Makefile
23 lines
458 B
Makefile
# Created by: spf@xslt.cs.nccu.edu.tw
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ifstat
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://gael.roualland.free.fr/${PORTNAME}/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Network interface statistics monitoring tool
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= ssl
|
|
|
|
OPTIONS_DEFINE= SNMP
|
|
SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
|
|
SNMP_CONFIGURE_WITH= snmp
|
|
|
|
PLIST_FILES= bin/ifstat man/man1/ifstat.1.gz
|
|
|
|
.include <bsd.port.mk>
|