mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
28 lines
700 B
Makefile
28 lines
700 B
Makefile
COMMENT= graphical MIB browser
|
|
|
|
DISTNAME= mbrowse-0.4.3
|
|
REVISION= 4
|
|
CATEGORIES= net
|
|
|
|
SITES= ${SITE_SOURCEFORGE:=mbrowse/}
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
|
|
WANTLIB += Xrandr Xrender atk-1.0 c cairo crypto fontconfig freetype
|
|
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0
|
|
WANTLIB += gtk-x11-2.0 harfbuzz intl m netsnmp pango-1.0 pangocairo-1.0
|
|
WANTLIB += pangoft2-1.0 ssl z
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --with-snmp-type=net \
|
|
--with-snmp-prefix=${LOCALBASE} \
|
|
--with-snmp-include=${LOCALBASE}/include \
|
|
--with-snmp-lib=${LOCALBASE}/lib
|
|
|
|
LIB_DEPENDS= x11/gtk+2 \
|
|
net/net-snmp
|
|
|
|
.include <bsd.port.mk>
|