mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
fb3520254a
- Trim header Reviewed by: beat, bapt, kwm
31 lines
578 B
Makefile
31 lines
578 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
|
|
|
|
MAN1= ifstat.1
|
|
PLIST_FILES= bin/ifstat
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MSNMP}
|
|
LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp
|
|
.else
|
|
CONFIGURE_ARGS+= --without-snmp
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|