23 lines
447 B
Makefile
23 lines
447 B
Makefile
# $OpenBSD: Makefile,v 1.9 2017/07/16 19:18:58 espie Exp $
|
|
|
|
COMMENT= network traffic and bandwidth usage in real time
|
|
|
|
DISTNAME= nload-0.7.4
|
|
REVISION= 1
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://www.roland-riegel.de/nload/
|
|
MAINTAINER= Gonzalo L. R. <gonzalo@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
SEPARATE_BUILD= Yes
|
|
|
|
WANTLIB= c form m ncurses ${COMPILER_LIBCXX}
|
|
|
|
.include <bsd.port.mk>
|