summaryrefslogtreecommitdiff
path: root/net/mbrowse/Makefile
diff options
context:
space:
mode:
authorheinz <heinz>2006-02-14 21:47:41 +0000
committerheinz <heinz>2006-02-14 21:47:41 +0000
commitd49024ce248015030241b390f060c71dc63170ad (patch)
tree5848eeaad1e233e20c8db4f628977ebff318e467 /net/mbrowse/Makefile
parentc4c3e6288ba0ddd5878ddd30dbf4bdb9c774da6d (diff)
downloadpkgsrc-d49024ce248015030241b390f060c71dc63170ad.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/Makefile21
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"