mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
22 lines
446 B
Makefile
22 lines
446 B
Makefile
# Created by: spf@xslt.cs.nccu.edu.tw
|
|
|
|
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>
|