1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/net-mgmt/mbrowse/Makefile
2021-04-06 16:31:07 +02:00

31 lines
661 B
Makefile

# Created by: Mark Pulford <mark@kyne.com.au>
PORTNAME= mbrowse
PORTVERSION= 0.4.3
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
MAINTAINER= eg@fbsd.lt
COMMENT= SNMP MIB Browser for X
LICENSE= GPLv2
LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libpkg.so:ports-mgmt/pkg
USES= gnome pkgconfig ssl
USE_GNOME= cairo gdkpixbuf2 gtk20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-snmp-prefix=${PREFIX} --with-snmp-type=net
CPPFLAGS+= `net-snmp-config --cflags`
LDFLAGS+= `net-snmp-config --libs`
PLIST_FILES= bin/mbrowse
.include <bsd.port.mk>