# Created by: Simon Barner # $FreeBSD$ PORTNAME= mlview PORTVERSION= 0.8 PORTREVISION= 15 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= ports@FreeBSD.org COMMENT= Tree oriented XML editor for Gnome USE_AUTOTOOLS= autoconf USES= libtool pathfix gmake iconv pkgconfig tar:bzip2 USE_GNOME= eel2 gnomeprefix gtksourceview libgnomeui USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags gnome-vfs-2.0 libgnomeui-2.0` LIBS+= -L${LOCALBASE}/lib `pkg-config --libs gnome-vfs-2.0 libgnomeui-2.0` ${ICONV_LIB} GCONF_SCHEMAS= mlview.schemas OPTIONS_DEFINE= DBUS DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus DBUS_CONFIGURE_ENABLE= dbus .include