summaryrefslogtreecommitdiff
path: root/net/bmon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/bmon/Makefile')
-rw-r--r--net/bmon/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/net/bmon/Makefile b/net/bmon/Makefile
new file mode 100644
index 00000000000..c4aa3f948ca
--- /dev/null
+++ b/net/bmon/Makefile
@@ -0,0 +1,40 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/07 18:49:13 minskim Exp $
+#
+
+DISTNAME= bmon-2.0.1
+CATEGORIES= net
+MASTER_SITES= http://people.suug.ch/~tgr/bmon/files/
+
+MAINTAINER= hsaliak@gmail.com
+HOMEPAGE= http://people.suug.ch/~tgr/bmon/
+COMMENT= Bmon is an interface bandwidth monitor
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+GNU_CONFIGURE= yes
+MAKEFILE= GNUmakefile
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
+USE_PKGINSTALL= YES
+
+# In NetBSD 1.6.x the native curses implementation has problems with bmon.
+# So mark it as incompatible and link bmon against the
+# 3rd party ncurses library in NetBSD 1.6.x.
+INCOMPAT_CURSES= NetBSD-1.6*-*
+
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+
+EGDIR= ${PREFIX}/share/examples/bmon
+CONF_FILES= ${EGDIR}/bmon.conf ${PKG_SYSCONFDIR}/bmon.conf
+
+INSTALLATION_DIRS= bin man/man1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/bmon ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/man/bmon.1 ${PREFIX}/man/man1
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bmon
+ ${INSTALL_DATA} ${WRKSRC}/etc/bmon.conf \
+ ${PREFIX}/share/examples/bmon/bmon.conf
+
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"