op 7b52795ca5 update net/bwm-ng to 0.6.3
0.6.2 and 0.6.3 are mostly bugfixes: https://www.gropp.org/bwm-ng/changelog

ok solene@
2022-08-17 09:18:28 +00:00

27 lines
642 B
Makefile

COMMENT= realtime bandwidth monitoring of interfaces
DISTNAME= bwm-ng-0.6.3
CATEGORIES= net
MASTER_SITES= https://www.gropp.org/bwm-ng/
HOMEPAGE= https://www.gropp.org/?id=projects&sub=bwm-ng
# GPLv2+
PERMIT_PACKAGE= Yes
# uses pledge()
WANTLIB= c curses
CONFIGURE_STYLE= autoreconf
CONFIGURE_ARGS+= --without-libstatgrab \
--without-netstatbsd
AUTOCONF_VERSION= 2.71
AUTOMAKE_VERSION= 1.16
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bwm-ng
${INSTALL_DATA} ${WRKSRC}/bwm-ng.css ${PREFIX}/share/examples/bwm-ng
${INSTALL_DATA} ${WRKSRC}/bwm-ng.conf-example ${PREFIX}/share/examples/bwm-ng
.include <bsd.port.mk>