Update editors/focuswriter to version 1.5.7
[dports.git] / editors / mousepad / Makefile
1 # Created by: Oliver Lehmann <oliver@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       mousepad
5 PORTVERSION=    0.4.0
6 PORTREVISION=   2
7 CATEGORIES=     editors xfce
8 MASTER_SITES=   XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
9 DIST_SUBDIR=    xfce4
10
11 MAINTAINER=     xfce@FreeBSD.org
12 COMMENT=        Simple text editor for the Xfce Desktop
13
14 LICENSE=        GPLv2
15 LICENSE_FILE=   ${WRKSRC}/COPYING
16
17 LIB_DEPENDS=    libdbus-glib-1.so:devel/dbus-glib
18
19 GNU_CONFIGURE=  yes
20 USES=   desktop-file-utils gettext gmake libtool perl5 pkgconfig tar:bzip2
21 USE_GNOME=      glib20 intltool intlhack
22
23 OPTIONS_DEFINE= GTK3
24 GTK3_CONFIGURE_ENABLE=  gtk3
25 GTK3_USE=       gnome=gtk30,gtksourceview3,dconf
26 GTK3_USE_OFF=   gnome=gtk20,gtksourceview2
27
28 GLIB_SCHEMAS=   org.xfce.mousepad.gschema.xml
29
30 .include <bsd.port.mk>