5d2e45568d
Submitted by Vladimir Popov <pva48@mail.ru>. WMnet polls network statistics and does a few things with the data it gets. It has small blinking lights for the rx and tx of IP packets, a digital speedometer of your polled stat's current speed and a bar graph like xload et. al which has a tx speed graph from bottom-up and rx speed graph from the top-down.
19 lines
407 B
Makefile
19 lines
407 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/03 15:08:04 naddy Exp $
|
|
|
|
DISTNAME= wmnet-1.06
|
|
CATEGORIES= net x11
|
|
NEED_VERSION= 1.348
|
|
HOMEPAGE= http://www.digitalkaos.net/linux/wmnet/
|
|
MASTER_SITES= ${HOMEPAGE}download/
|
|
|
|
MAINTAINER= Vladimir Popov <pva48@mail.ru>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
.include <bsd.port.mk>
|