aboutsummaryrefslogtreecommitdiffstats
path: root/net/nload/Makefile
blob: 0411da68d9aaf7bea76024414149c26ef8a65569 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for: nload
# Date created:     24 April 2002
# Whom:         Olivier Tharan <olive@oban.frmug.org>
#
# $FreeBSD$
#

PORTNAME=   nload
PORTVERSION=    0.7.2
CATEGORIES= net
MASTER_SITES=   CRITICAL SF

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Console application which monitors network traffic in real time

GNU_CONFIGURE=  yes
MAKE_JOBS_SAFE= yes

MAN1=       nload.1
PLIST_FILES=    bin/nload

.include <bsd.port.mk>