mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
25 lines
532 B
Makefile
25 lines
532 B
Makefile
# Created by: Mark Pulford <mark@kyne.com.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mbrowse
|
|
PORTVERSION= 0.4.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
|
|
MAINTAINER= eg@fbsd.lt
|
|
COMMENT= An SNMP MIB Browser for X
|
|
|
|
LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/mbrowse
|
|
USES= pkgconfig
|
|
USE_GNOME= gtk20
|
|
CONFIGURE_ARGS= --with-snmp-prefix=${PREFIX} --with-snmp-type=net
|
|
CPPFLAGS+= `net-snmp-config --cflags`
|
|
LDFLAGS+= `net-snmp-config --libs`
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|