pkgsrc/net/nload/Makefile
obache cd4471dd2c Update nload to 0.7.4.
per maintainer update request by PR 45947.

hanges since 0.7.2:
 * Newer Linux kernels use 64 bit counters, which caused traffic to increase by
   4GB on every refresh (see Debian bug #651848)
 * Fix calculation of traffic and data units (thanks to Kirby Zhou, see also
   Debian bug #586943)
 * Fix memory leak in BSD network device detection
 * Workaround for faulty newwin() in ncurses 5.8
 * Correctly escape minus signs in man page
2012-02-15 12:30:06 +00:00

22 lines
547 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/02/15 12:30:06 obache Exp $
#
DISTNAME= nload-0.7.4
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
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
MANCOMPRESSED= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"