mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
29 lines
733 B
Makefile
29 lines
733 B
Makefile
# Created by: Simon Barner <barner@gmx.de>
|
|
# $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 <bsd.port.mk>
|