freebsd-ports/net/ifstat/Makefile
Vanilla I. Shu cf508b5e75 1: Stagify.
2: new syntax of LIB_DEPENDS.
3: use option helper.

Approved by:	portmgr@
2014-06-23 09:59:45 +00:00

23 lines
512 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/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= alexey@renatasystems.org
COMMENT= Network interface statistics monitoring tool
GNU_CONFIGURE= yes
USE_OPENSSL= yes
OPTIONS_DEFINE= SNMP
SNMP_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp
SNMP_CONFIGURE_WITH= snmp
PLIST_FILES= bin/ifstat man/man1/ifstat.1.gz
.include <bsd.port.mk>