d4a8601381
While here, marked as DESTDIR ready. Changes since 0.6.0 - Abort configure script if ncurses is not found - Rewrite the linux proc devreader - Implement hpux device detection - Implement reading and writing of config files (fixes debian bug #247030) - Add F5 and F6 key shortcuts for reading and writing current settings - Change defaults for traffic units to human readable - Make shown devices configurable at run time and save this setting as well - Remove "-t 0" - Change key shortcuts, especially F2 for the option window - Replace "average smoothness" by average window period in seconds - Apply patch by Paul Brook <paul@nowt.org> so that nload works correctly on 64-bit kernels - Fix SIGSEGV when /proc/net/dev doesn't exist - Make compilation work with GCC 4.3 (fixes debian bug #417449)
19 lines
477 B
Makefile
19 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/04/19 10:57:34 obache Exp $
|
|
#
|
|
|
|
DISTNAME= nload-0.7.0
|
|
CATEGORIES= net sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nload/}
|
|
|
|
MAINTAINER= bartosz.kuzma@gmail.com
|
|
HOMEPAGE= http://www.roland-riegel.de/nload/
|
|
COMMENT= Monitoring network traffic and bandwidth usage
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
MANCOMPRESSED= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|