6f4e4a1f0e
Changes: Added ability for Linux 2.2 to use /proc for gathering stats, which allows monitoring any device that reports bytes in/out to /proc/net/dev including ppp, eth, plip, lo, etc... without any special accounting rules, fixed unsigned "negative" number rate problem, rewrote back-end to be more modular, added a -nochart option (labels only) and removed fallback geometry.
15 lines
346 B
Makefile
15 lines
346 B
Makefile
# $NetBSD: Makefile,v 1.4 1999/03/02 14:34:08 hubertf Exp $
|
|
#
|
|
|
|
DISTNAME= pload-0.9.3
|
|
CATEGORIES= net x11
|
|
MASTER_SITES= http://www.engr.utk.edu/~mdsmith/pload/
|
|
|
|
MAINTAINER= hubertf@netbsd.org
|
|
HOMEPAGE= http://www.engr.utk.edu/~mdsmith/pload/
|
|
|
|
HAS_CONFIGURE= YES
|
|
USE_X11BASE= YES
|
|
INSTALL_TARGET= install install.man
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|