2013-04-23 17:43:17 +00:00
|
|
|
# Created by: Oliver Lehmann <oliver@FreeBSD.org>
|
2007-01-22 16:49:10 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mousepad
|
2013-04-23 17:43:17 +00:00
|
|
|
PORTVERSION= 0.3.0
|
2007-01-22 16:49:10 +00:00
|
|
|
CATEGORIES= editors xfce
|
2007-10-25 22:53:28 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
2012-05-08 06:13:57 +00:00
|
|
|
MASTER_SITE_SUBDIR=src/apps/${PORTNAME}/${PORTVERSION:R}
|
2007-01-22 16:49:10 +00:00
|
|
|
DIST_SUBDIR= xfce4
|
|
|
|
|
2011-10-23 11:56:51 +00:00
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
2013-04-23 17:43:17 +00:00
|
|
|
COMMENT= Simple text editor for the Xfce Desktop
|
2007-01-22 16:49:10 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_BZIP2= yes
|
2013-09-17 09:00:42 +00:00
|
|
|
USES= desktop-file-utils gettext gmake pathfix pkgconfig perl5
|
2013-04-23 17:43:17 +00:00
|
|
|
USE_GNOME= glib20 gtk20 intltool intlhack gtksourceview2
|
|
|
|
USE_XFCE= configenv
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DBUS
|
|
|
|
OPTIONS_DEFAULT= DBUS
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
2007-01-22 16:49:10 +00:00
|
|
|
|
2013-04-23 17:43:17 +00:00
|
|
|
.if ${PORT_OPTIONS:MDBUS}
|
2013-10-15 18:36:02 +00:00
|
|
|
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
|
2013-04-23 17:43:17 +00:00
|
|
|
CONFIGURE_ARGS+=--enable-dbus
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-dbus
|
|
|
|
.endif
|
2012-05-08 06:13:57 +00:00
|
|
|
|
2007-03-14 04:12:32 +00:00
|
|
|
.include <bsd.port.mk>
|