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 additional info like total amount of transfered data and min/max network usage. ok sthen@
24 lines
506 B
Makefile
24 lines
506 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/13 20:15:45 landry Exp $
|
|
|
|
COMMENT= network traffic and bandwidth usage in real time
|
|
|
|
DISTNAME= nload-0.7.3
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://www.roland-riegel.de/nload/
|
|
MAINTAINER= Gonzalo L. R. <gonzalo@x61.com.ar>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.roland-riegel.de/nload/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
WANTLIB= c form m ncurses stdc++
|
|
|
|
.include <bsd.port.mk>
|