Update editors/focuswriter to version 1.5.7
[dports.git] / editors / pluma / Makefile
1 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       pluma
5 PORTVERSION=    1.12.2
6 CATEGORIES=     editors mate
7 MASTER_SITES=   MATE
8 DIST_SUBDIR=    mate
9
10 MAINTAINER=     gnome@FreeBSD.org
11 COMMENT=        Small but powerful text editor for MATE Desktop Environment
12
13 BUILD_DEPENDS=  itstool:textproc/itstool \
14                 ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes
15 LIB_DEPENDS=    libenchant.so:textproc/enchant \
16                 libsoup-2.4.so:devel/libsoup
17 RUN_DEPENDS=    ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes
18
19 PORTSCOUT=      limitw:1,even
20
21 USES=           desktop-file-utils gettext gmake libtool pathfix pkgconfig \
22                 python:2 shebangfix tar:xz
23 USE_MATE=       desktop
24 USE_XORG=       sm x11
25 USE_GNOME=      gtk20 gtksourceview2 gvfs intlhack libxml2 \
26                 pygobject pygtk2 pygtksourceview
27 USE_LDCONFIG=   yes
28 GNU_CONFIGURE=  yes
29 CONFIGURE_ARGS= --disable-gtk-doc \
30                 --with-gtk=2.0 \
31                 --with-html-dir=${PREFIX}/share/doc
32 CPPFLAGS+=      -I${LOCALBASE}/include
33 LDFLAGS+=       -L${LOCALBASE}/lib
34 INSTALL_TARGET= install-strip
35
36 SHEBANG_FILES=  ${WRKSRC}/plugins/externaltools/data/search-recursive.tool.in \
37                 ${WRKSRC}/plugins/externaltools/data/switch-c.tool.in
38
39 GLIB_SCHEMAS=   org.mate.pluma.gschema.xml \
40                 org.mate.pluma.plugins.filebrowser.gschema.xml \
41                 org.mate.pluma.plugins.time.gschema.xml
42
43 PLIST_SUB+=     PYTHON=""
44
45 .include <bsd.port.mk>