pkgsrc/net/nload/Makefile
obache d4d7f303f4 Update nload to 0.7.2.
While here, set LICENSE=gnu-gpl-v2.

2008-06-28 Roland Riegel <feedback@roland-riegel.de>

	* Really fix compilation with g++ 4.3

2008-02-27 Roland Riegel <feedback@roland-riegel.de>

	* If devices are given on the command line, display only these

	* Use --sysconfdir as given to configure
2010-03-30 11:17:45 +00:00

22 lines
547 B
Makefile

# $NetBSD: Makefile,v 1.4 2010/03/30 11:17:45 obache Exp $
#
DISTNAME= nload-0.7.2
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"