Update editors/libreoffice-sid to version 5.3.7
[dports.git] / editors / latexila / Makefile
1 # Created by: Olivier Duchateau
2 # $FreeBSD$
3
4 PORTNAME=       latexila
5 PORTVERSION=    3.22.1
6 PORTREVISION=   1
7 CATEGORIES=     editors
8 MASTER_SITES=   GNOME
9 DIST_SUBDIR=    gnome3
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        Integrated LaTeX environment
13
14 LICENSE=        GPLv3
15
16 BUILD_DEPENDS=  valac:lang/vala \
17                 itstool:textproc/itstool \
18                 gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
19 LIB_DEPENDS=    libgee-0.8.so:devel/libgee \
20                 libgspell-1.so:textproc/gspell
21
22 USES=           compiler:c11 desktop-file-utils gettext-tools gmake pkgconfig \
23                 tar:xz
24 GNU_CONFIGURE=  yes
25 USE_GNOME=      cairo glib20 gtk30 gtksourceview3 intltool intlhack libxml2
26 USE_TEX=        latex dvipsk
27 INSTALLS_ICONS= yes
28 INSTALL_TARGET= install-strip
29
30 OPTIONS_DEFINE= NLS
31 NLS_USES=       gettext-runtime
32 NLS_CONFIGURE_ENABLE=   nls
33 OPTIONS_SUB=    yes
34
35 GLIB_SCHEMAS=   org.gnome.latexila.gschema.xml
36
37 .include <bsd.port.mk>