diff options
author | heinz <heinz@pkgsrc.org> | 2006-02-14 21:47:41 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-02-14 21:47:41 +0000 |
commit | 310c94b1f2e97305b22bf752038bee9363623644 (patch) | |
tree | 5848eeaad1e233e20c8db4f628977ebff318e467 /net/mbrowse/Makefile | |
parent | 1b11917ba6482f767a10c16839cf0c6a5956c199 (diff) | |
download | pkgsrc-310c94b1f2e97305b22bf752038bee9363623644.tar.gz |
Initial version 0.3.1.
Mbrowse is an SNMP MIB browser based on GTK and net-snmp.
SNMP v1 and v2c are supported.
Pkgsrc changes:
- The 'pre-configure' target avoids an irritating warning message during
the configure stage.
- patch-aa works around an "identifier undeclared" error.
patch-ab updates the configure script accordingly.
Diffstat (limited to 'net/mbrowse/Makefile')
-rw-r--r-- | net/mbrowse/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/mbrowse/Makefile b/net/mbrowse/Makefile new file mode 100644 index 00000000000..cdbff42c420 --- /dev/null +++ b/net/mbrowse/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/02/14 21:47:41 heinz Exp $ + +DISTNAME= mbrowse-0.3.1 +CATEGORIES= net +MASTER_SITES= http://www.kill-9.org/mbrowse/ + +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://www.kill-9.org/mbrowse/ +COMMENT= Graphical SNMP MIB browser + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +GNU_CONFIGURE= yes + +pre-configure: + @ ${TEST} -r ${PKGDIR}/../../mk/gnu-config/missing && \ + ${CP} -f ${PKGDIR}/../../mk/gnu-config/missing ${WRKSRC} + +.include "../../net/net-snmp/buildlink3.mk" +.include "../../x11/gtk/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |