openbsd-ports/net/nload/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

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>