# Created by: Oliver Lehmann # $FreeBSD$ PORTNAME= mousepad PORTVERSION= 0.3.0 CATEGORIES= editors xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Simple text editor for the Xfce Desktop LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= desktop-file-utils gettext gmake pathfix pkgconfig perl5 tar:bzip2 USE_GNOME= glib20 gtk20 intltool intlhack gtksourceview2 USE_XFCE= configenv OPTIONS_DEFINE= DBUS OPTIONS_DEFAULT= DBUS .include .if ${PORT_OPTIONS:MDBUS} LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib CONFIGURE_ARGS+=--enable-dbus .else CONFIGURE_ARGS+=--disable-dbus .endif .include