aboutsummaryrefslogtreecommitdiff
path: root/net/ifstat/Makefile
blob: 8f01ba39b636121cebfd8c1b61c4592ae552598f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:   ifstat
# Date created:                30 Mar 2003
# Whom:                        spf@xslt.cs.nccu.edu.tw
#
# $FreeBSD$
#

PORTNAME=	ifstat
PORTVERSION=	1.1
CATEGORIES=	net
MASTER_SITES=	http://gael.roualland.free.fr/%SUBDIR%/
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	krion@FreeBSD.org
COMMENT=	Network interface statistics monitoring tool

LIB_DEPENDS=	netsnmp.6:${PORTSDIR}/net/net-snmp

USE_SIZE=	yes
GNU_CONFIGURE=	yes
USE_OPENSSL=	yes

MAN1=		ifstat.1
PLIST_FILES=	bin/ifstat

.include <bsd.port.mk>