diff options
author | markp <markp@FreeBSD.org> | 2002-04-04 22:04:25 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2002-04-04 22:04:25 +0800 |
commit | 4a5ed30616465b879b6dda03381aa0b08bce5f65 (patch) | |
tree | 6776837ba3cea94aca935643e7f63431c1558c36 /net | |
parent | 5b57cc4706fd12627278f48e45e664224aa3f6f7 (diff) | |
download | freebsd-ports-gnome-4a5ed30616465b879b6dda03381aa0b08bce5f65.tar.gz freebsd-ports-gnome-4a5ed30616465b879b6dda03381aa0b08bce5f65.tar.zst freebsd-ports-gnome-4a5ed30616465b879b6dda03381aa0b08bce5f65.zip |
Add mbrowse 0.2.3, an SNMP MIB browser for X.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/mbrowse/Makefile | 25 | ||||
-rw-r--r-- | net/mbrowse/distinfo | 1 | ||||
-rw-r--r-- | net/mbrowse/pkg-comment | 1 | ||||
-rw-r--r-- | net/mbrowse/pkg-descr | 3 | ||||
-rw-r--r-- | net/mbrowse/pkg-plist | 1 |
6 files changed, 32 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 6a1f63c6df42..6c52c9f2c3a7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -233,6 +233,7 @@ SUBDIR += macipgw SUBDIR += maradns SUBDIR += mars_nwe + SUBDIR += mbrowse SUBDIR += merlinmon SUBDIR += micq SUBDIR += mmucl diff --git a/net/mbrowse/Makefile b/net/mbrowse/Makefile new file mode 100644 index 000000000000..c795db7f45ef --- /dev/null +++ b/net/mbrowse/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: mbrowse +# Date created: Apr 4, 2002 +# Whom: Mark Pulford <mark@kyne.com.au> +# +# $FreeBSD$ +# + +PORTNAME= mbrowse +PORTVERSION= 0.2.3 +CATEGORIES= net +MASTER_SITES= http://goldplated.atlcartel.com/ + +MAINTAINER= markp@FreeBSD.org + +LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp + +GNU_CONFIGURE= yes +USE_GTK= yes +CONFIGURE_ARGS+= --with-ucdsnmp-prefix=${LOCALBASE} + +post-patch: + @${PERL} -pi -e 'print "#include <sys/types.h>\n" if !$$a; $$a=1' \ + ${WRKSRC}/src/callbacks.h + +.include <bsd.port.mk> diff --git a/net/mbrowse/distinfo b/net/mbrowse/distinfo new file mode 100644 index 000000000000..5d22dd93043c --- /dev/null +++ b/net/mbrowse/distinfo @@ -0,0 +1 @@ +MD5 (mbrowse-0.2.3.tar.gz) = be4e56cd7bd1293d68e71856a674c267 diff --git a/net/mbrowse/pkg-comment b/net/mbrowse/pkg-comment new file mode 100644 index 000000000000..23744c0a7f14 --- /dev/null +++ b/net/mbrowse/pkg-comment @@ -0,0 +1 @@ +An SNMP MIB Browser for X diff --git a/net/mbrowse/pkg-descr b/net/mbrowse/pkg-descr new file mode 100644 index 000000000000..2e52feaea63e --- /dev/null +++ b/net/mbrowse/pkg-descr @@ -0,0 +1,3 @@ +Mbrowse is a GUI MIB browser and query tool based on GTK and Net-SNMP. + +WWW: http://goldplated.atlcartel.com/mbrowse.html diff --git a/net/mbrowse/pkg-plist b/net/mbrowse/pkg-plist new file mode 100644 index 000000000000..63308a566f59 --- /dev/null +++ b/net/mbrowse/pkg-plist @@ -0,0 +1 @@ +bin/mbrowse |