22 lines
541 B
Makefile
22 lines
541 B
Makefile
# $NetBSD: Makefile,v 1.10 2017/01/04 19:29:23 roy Exp $
|
|
#
|
|
|
|
DISTNAME= nload-0.7.4
|
|
PKGREVISION= 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
|
|
|
|
USE_LANGUAGES= c c++
|
|
MANCOMPRESSED= yes
|
|
GNU_CONFIGURE= yes
|
|
FAKE_NCURSES= yes
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|