2007-09-15 18:36:51 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2007/09/15 22:36:52 merdely Exp $
|
Import net/bwm-ng
DESCR:
Bandwidth Monitor NG is a small and simple console-based live
bandwidth monitor for Linux, BSD, Solaris, Mac OS X and others.
Short list of features:
* supports /proc/net/dev, netstat, getifaddr, sysctl, kstat and
libstatgrab
* unlimited number of interfaces supported
* interfaces are added or removed dynamically from list
* white-/blacklist of interfaces
* output of KB/s, Kb/s, packets, errors, average, max
and total sum
* output in curses, plain console, CSV or HTML
* configfile
From: Genadijus Paleckis <rwx@openbsd.lt>
ok alek@
2005-06-21 17:52:46 -04:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= realtime bandwidth monitoring of interfaces
|
Import net/bwm-ng
DESCR:
Bandwidth Monitor NG is a small and simple console-based live
bandwidth monitor for Linux, BSD, Solaris, Mac OS X and others.
Short list of features:
* supports /proc/net/dev, netstat, getifaddr, sysctl, kstat and
libstatgrab
* unlimited number of interfaces supported
* interfaces are added or removed dynamically from list
* white-/blacklist of interfaces
* output of KB/s, Kb/s, packets, errors, average, max
and total sum
* output in curses, plain console, CSV or HTML
* configfile
From: Genadijus Paleckis <rwx@openbsd.lt>
ok alek@
2005-06-21 17:52:46 -04:00
|
|
|
|
2007-05-12 17:26:22 -04:00
|
|
|
DISTNAME= bwm-ng-0.6
|
Import net/bwm-ng
DESCR:
Bandwidth Monitor NG is a small and simple console-based live
bandwidth monitor for Linux, BSD, Solaris, Mac OS X and others.
Short list of features:
* supports /proc/net/dev, netstat, getifaddr, sysctl, kstat and
libstatgrab
* unlimited number of interfaces supported
* interfaces are added or removed dynamically from list
* white-/blacklist of interfaces
* output of KB/s, Kb/s, packets, errors, average, max
and total sum
* output in curses, plain console, CSV or HTML
* configfile
From: Genadijus Paleckis <rwx@openbsd.lt>
ok alek@
2005-06-21 17:52:46 -04:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bwmng/}
|
|
|
|
HOMEPAGE= http://www.gropp.org/
|
|
|
|
|
|
|
|
MAINTAINER= Genadijus Paleckis <rwx@openbsd.lt>
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
WANTLIB= c curses
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= --without-libstatgrab
|
|
|
|
|
2005-12-16 03:27:42 -05:00
|
|
|
post-install:
|
2007-05-12 17:26:22 -04:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bwm-ng
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/bwm-ng.css ${PREFIX}/share/examples/bwm-ng
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/bwm-ng.conf-example ${PREFIX}/share/examples/bwm-ng
|
2005-12-16 03:27:42 -05:00
|
|
|
|
Import net/bwm-ng
DESCR:
Bandwidth Monitor NG is a small and simple console-based live
bandwidth monitor for Linux, BSD, Solaris, Mac OS X and others.
Short list of features:
* supports /proc/net/dev, netstat, getifaddr, sysctl, kstat and
libstatgrab
* unlimited number of interfaces supported
* interfaces are added or removed dynamically from list
* white-/blacklist of interfaces
* output of KB/s, Kb/s, packets, errors, average, max
and total sum
* output in curses, plain console, CSV or HTML
* configfile
From: Genadijus Paleckis <rwx@openbsd.lt>
ok alek@
2005-06-21 17:52:46 -04:00
|
|
|
.include <bsd.port.mk>
|