30 lines
745 B
Makefile
30 lines
745 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/11/19 22:31:32 espie Exp $
|
|
|
|
COMMENT= realtime bandwidth monitoring of interfaces
|
|
|
|
DISTNAME= bwm-ng-0.6
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bwmng/}
|
|
HOMEPAGE= http://www.gropp.org/
|
|
|
|
MAINTAINER= Genadijus Paleckis <rwx@openbsd.lt>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c curses
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --without-libstatgrab
|
|
USE_GROFF = Yes
|
|
|
|
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>
|