88ea72915d
make a distinction between these. ok aja@ dcoppa@
25 lines
499 B
Makefile
25 lines
499 B
Makefile
# $OpenBSD: Makefile,v 1.4 2012/03/29 13:38:48 sthen Exp $
|
|
|
|
COMMENT= network traffic and bandwidth usage in real time
|
|
|
|
DISTNAME= nload-0.7.4
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://www.roland-riegel.de/nload/
|
|
MAINTAINER= Gonzalo L. R. <gonzalo@x61.com.ar>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
SEPARATE_BUILD= Yes
|
|
|
|
WANTLIB= c form m ncurses stdc++
|
|
|
|
.include <bsd.port.mk>
|