diff options
author | Mark Pulford <markp@FreeBSD.org> | 2002-04-04 14:04:25 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2002-04-04 14:04:25 +0000 |
commit | 1aabbe84954c8863acbe59733143e307c5ddc90b (patch) | |
tree | ed3531c7be304a65ec7c5904c098975e5a3f5a8b /net-mgmt/mbrowse | |
parent | 267499ca8a2474cd051e913c7e26ebf1e3b9dd9e (diff) | |
download | ports-1aabbe84954c8863acbe59733143e307c5ddc90b.tar.gz ports-1aabbe84954c8863acbe59733143e307c5ddc90b.zip |
Notes
Diffstat (limited to 'net-mgmt/mbrowse')
-rw-r--r-- | net-mgmt/mbrowse/Makefile | 25 | ||||
-rw-r--r-- | net-mgmt/mbrowse/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/mbrowse/pkg-comment | 1 | ||||
-rw-r--r-- | net-mgmt/mbrowse/pkg-descr | 3 | ||||
-rw-r--r-- | net-mgmt/mbrowse/pkg-plist | 1 |
5 files changed, 31 insertions, 0 deletions
diff --git a/net-mgmt/mbrowse/Makefile b/net-mgmt/mbrowse/Makefile new file mode 100644 index 000000000000..c795db7f45ef --- /dev/null +++ b/net-mgmt/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-mgmt/mbrowse/distinfo b/net-mgmt/mbrowse/distinfo new file mode 100644 index 000000000000..5d22dd93043c --- /dev/null +++ b/net-mgmt/mbrowse/distinfo @@ -0,0 +1 @@ +MD5 (mbrowse-0.2.3.tar.gz) = be4e56cd7bd1293d68e71856a674c267 diff --git a/net-mgmt/mbrowse/pkg-comment b/net-mgmt/mbrowse/pkg-comment new file mode 100644 index 000000000000..23744c0a7f14 --- /dev/null +++ b/net-mgmt/mbrowse/pkg-comment @@ -0,0 +1 @@ +An SNMP MIB Browser for X diff --git a/net-mgmt/mbrowse/pkg-descr b/net-mgmt/mbrowse/pkg-descr new file mode 100644 index 000000000000..2e52feaea63e --- /dev/null +++ b/net-mgmt/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-mgmt/mbrowse/pkg-plist b/net-mgmt/mbrowse/pkg-plist new file mode 100644 index 000000000000..63308a566f59 --- /dev/null +++ b/net-mgmt/mbrowse/pkg-plist @@ -0,0 +1 @@ +bin/mbrowse |