summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/mbrowse/mbrowse-0.3.1.ebuild')
-rw-r--r--net-analyzer/mbrowse/mbrowse-0.3.1.ebuild18
1 files changed, 12 insertions, 6 deletions
diff --git a/net-analyzer/mbrowse/mbrowse-0.3.1.ebuild b/net-analyzer/mbrowse/mbrowse-0.3.1.ebuild
index 6c29a237824c..e2bd0c0f7478 100644
--- a/net-analyzer/mbrowse/mbrowse-0.3.1.ebuild
+++ b/net-analyzer/mbrowse/mbrowse-0.3.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mbrowse/mbrowse-0.3.1.ebuild,v 1.1 2004/02/10 18:54:23 anti Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mbrowse/mbrowse-0.3.1.ebuild,v 1.1.1.1 2005/11/30 10:12:44 chriswhite Exp $
+
+inherit eutils
DESCRIPTION="MBrowse is a graphical MIB browser"
HOMEPAGE="http://www.kill-9.org/mbrowse/index.html"
@@ -8,13 +10,17 @@ SRC_URI="http://www.kill-9.org/mbrowse/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~ppc sparc x86"
IUSE=""
-DEPEND="virtual/snmp
- >=x11-libs/gtk+-1.2.10"
+DEPEND="net-analyzer/net-snmp
+ =x11-libs/gtk+-1.2*"
-S=${WORKDIR}/${P}
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/0.3.1-gentoo.patch
+}
src_compile() {
./configure \