04371ceaef
nload is a console application which monitors network traffic and bandwidth usage in real time. It visualizes the in- and outgoing traffic using two graphs and provides additionally info like total amount of transfered data and min/max network usage. WWW: http://www.roland-riegel.de/nload/index_en.html PR: ports/37418 Submitted by: Olivier Tharan <olive@oban.frmug.org>
24 lines
418 B
Makefile
24 lines
418 B
Makefile
# New ports collection makefile for: nload
|
|
# Date created: 24 April 2002
|
|
# Whom: Olivier Tharan <olive@oban.frmug.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nload
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= olive@oban.frmug.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= nload.1
|
|
MANCOMPRESSED= yes
|
|
|
|
post-install:
|
|
strip ${PREFIX}/bin/nload
|
|
|
|
.include <bsd.port.mk>
|