# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem      1.0
PortGroup       github 1.0

github.setup        vgropp bwm-ng 0.6.3 v
github.tarball_from archive
revision            0

categories      net
license         GPL-2+
maintainers     nomaintainer
description     A small and simple bandwidth monitor
long_description \
    Bandwidth Monitor NG is a small and simple console-based live network   \
    and disk io bandwidth monitor for Linux, BSD, Solaris, Mac OS X and     \
    others.

homepage        https://www.gropp.org

checksums       rmd160  870947902a596672bc072f0db85f6abc8da8bd47 \
                sha256  c1a552b6ff48ea3e4e10110a7c188861abc4750befc67c6caaba8eb3ecf67f46 \
                size    70094

depends_lib     port:ncurses

use_autoreconf  yes
configure.cflags-append -std=gnu89
configure.args  --with-ncurses=${prefix}/include
