summaryrefslogtreecommitdiff
path: root/net-mgmt/mbrowse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/mbrowse/Makefile')
-rw-r--r--net-mgmt/mbrowse/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-mgmt/mbrowse/Makefile b/net-mgmt/mbrowse/Makefile
deleted file mode 100644
index 8494cd3e9f67..000000000000
--- a/net-mgmt/mbrowse/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: mbrowse
-# Date created: Apr 4, 2002
-# Whom: Mark Pulford <mark@kyne.com.au>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mbrowse
-PORTVERSION= 0.3.0
-CATEGORIES= net
-MASTER_SITES= http://www.kill-9.org/mbrowse/
-
-MAINTAINER= markp@FreeBSD.org
-COMMENT= An SNMP MIB Browser for X
-
-.if defined(WITH_NET_SNMP4)
-LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp4
-.else
-LIB_DEPENDS= netsnmp.5:${PORTSDIR}/net/net-snmp
-.endif
-
-GNU_CONFIGURE= yes
-USE_GNOME= gtk12
-CONFIGURE_ARGS+= --with-snmp-prefix=${LOCALBASE}
-
-.if defined(WITH_NET_SNMP4)
-CONFIGURE_ARGS+= --with-snmp-type=ucd
-.else
-CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS+= --with-snmp-type=net
-.endif
-
-.include <bsd.port.mk>