2003-04-09 02:09:54 +02:00
|
|
|
# New ports collection makefile for: ifstat
|
|
|
|
# Date created: 30 Mar 2003
|
|
|
|
# Whom: spf@xslt.cs.nccu.edu.tw
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2004-01-03 00:23:11 +01:00
|
|
|
PORTNAME= ifstat
|
|
|
|
PORTVERSION= 1.1
|
2007-02-28 02:19:04 +01:00
|
|
|
PORTREVISION= 3
|
2004-01-03 00:23:11 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://gael.roualland.free.fr/%SUBDIR%/
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2003-04-09 02:09:54 +02:00
|
|
|
|
2005-04-21 19:44:08 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-01-03 00:23:11 +01:00
|
|
|
COMMENT= Network interface statistics monitoring tool
|
2003-04-09 02:09:54 +02:00
|
|
|
|
2004-01-03 00:23:11 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_OPENSSL= yes
|
|
|
|
|
2005-11-16 23:20:35 +01:00
|
|
|
OPTIONS= SNMP "SNMP support" off
|
|
|
|
|
2004-01-03 00:23:11 +01:00
|
|
|
MAN1= ifstat.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/ifstat
|
2003-04-09 02:09:54 +02:00
|
|
|
|
2004-07-10 13:32:57 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITH_SNMP)
|
2007-02-28 02:19:04 +01:00
|
|
|
LIB_DEPENDS+= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp
|
2004-07-10 13:32:57 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --without-snmp
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|