# New ports collection makefile for:	mbrowse
# Date created:			Apr 4, 2002
# Whom:				Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD: ports/net-mgmt/mbrowse/Makefile,v 1.26 2010/01/21 20:58:18 skreuzer Exp $
#

PORTNAME=	mbrowse
PORTVERSION=	0.3.1
PORTREVISION=	8
CATEGORIES=	net-mgmt
MASTER_SITES=	http://www.sourcefiles.org/Monitoring/Network/ \
		ftp://ftp.dei.uc.pt/pub/linux/gentoo/distfiles/ \
		ftp://ftp.gentoo.org.ua/distfiles/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	An SNMP MIB Browser for X

LIB_DEPENDS=	netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp

GNU_CONFIGURE=	yes
PLIST_FILES=	bin/mbrowse
USE_GNOME=	gtk12 gnometarget
CONFIGURE_ARGS=	--with-snmp-prefix=${PREFIX} --with-snmp-type=net
CONFIGURE_ENV=	LDFLAGS="`net-snmp-config --libs`" \
		CPPFLAGS="`net-snmp-config --cflags`"

.include <bsd.port.mk>
