2002-04-04 16:04:25 +02:00
|
|
|
# New ports collection makefile for: mbrowse
|
|
|
|
# Date created: Apr 4, 2002
|
|
|
|
# Whom: Mark Pulford <mark@kyne.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mbrowse
|
2010-05-03 04:16:31 +02:00
|
|
|
PORTVERSION= 0.4.0
|
2010-06-02 21:14:17 +02:00
|
|
|
PORTREVISION= 1
|
2004-02-23 05:42:13 +01:00
|
|
|
CATEGORIES= net-mgmt
|
2010-05-03 04:16:31 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}
|
2002-04-04 16:04:25 +02:00
|
|
|
|
2010-05-03 04:16:31 +02:00
|
|
|
MAINTAINER= eg@fbsd.lt
|
2003-02-22 18:14:31 +01:00
|
|
|
COMMENT= An SNMP MIB Browser for X
|
2002-04-04 16:04:25 +02:00
|
|
|
|
2010-06-02 21:14:17 +02:00
|
|
|
LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp
|
2002-04-04 16:04:25 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/mbrowse
|
2010-05-03 04:16:31 +02:00
|
|
|
USE_GNOME= gtk20
|
2009-12-08 09:59:28 +01:00
|
|
|
CONFIGURE_ARGS= --with-snmp-prefix=${PREFIX} --with-snmp-type=net
|
|
|
|
CONFIGURE_ENV= LDFLAGS="`net-snmp-config --libs`" \
|
|
|
|
CPPFLAGS="`net-snmp-config --cflags`"
|
2002-04-04 16:04:25 +02:00
|
|
|
|
2004-10-08 11:30:28 +02:00
|
|
|
.include <bsd.port.mk>
|