mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
f95dd2706b
Approved by: portmgr (blanket)
22 lines
497 B
Makefile
22 lines
497 B
Makefile
PORTNAME= ifstat
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 6
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://gael.roualland.free.fr/${PORTNAME}/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Network interface statistics monitoring tool
|
|
WWW= http://gael.roualland.free.fr/ifstat/
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
USES= ssl
|
|
|
|
OPTIONS_DEFINE= SNMP
|
|
SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
|
|
SNMP_CONFIGURE_WITH= snmp
|
|
|
|
PLIST_FILES= bin/ifstat share/man/man1/ifstat.1.gz
|
|
|
|
.include <bsd.port.mk>
|