aboutsummaryrefslogtreecommitdiff
path: root/net/ifstat/Makefile
blob: 0769dc9a0ddb028eb3d6b795a90a46866658df7f (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
27
28
29
30
31
32
33
34
# New ports collection makefile for:   ifstat
# Date created:                30 Mar 2003
# Whom:                        spf@xslt.cs.nccu.edu.tw
#
# $FreeBSD$
#

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

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

GNU_CONFIGURE=	yes
USE_OPENSSL=	yes

OPTIONS=	SNMP "SNMP support" off

MAN1=		ifstat.1
PLIST_FILES=	bin/ifstat

.include <bsd.port.pre.mk>

.if defined(WITH_SNMP)
LIB_DEPENDS+=	netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp
.else
CONFIGURE_ARGS+=	--without-snmp
.endif

.include <bsd.port.post.mk>