1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/net/ifstat/Makefile
Mathieu Arnold a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00

23 lines
465 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= alexey@renatasystems.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>