landry a871d2ad93 Import nload 0.7.3 from MAINTAINER Gonzalo L. R.
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@
2011-06-13 20:15:45 +00:00

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>