aboutsummaryrefslogtreecommitdiffstats
path: root/editors/latexila/Makefile
blob: e9718af46071aef8fbe132576094cd46d7a28894 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Created by: Olivier Duchateau
# $FreeBSD$

PORTNAME=   latexila
PORTVERSION=    3.18.2
PORTREVISION=   2
CATEGORIES= editors
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= ports@FreeBSD.org
COMMENT=    Integrated LaTeX environment

LICENSE=    GPLv3

BUILD_DEPENDS=  valac:lang/vala \
    itstool:textproc/itstool \
    ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:devel/gsettings-desktop-schemas
LIB_DEPENDS=    libgee-0.8.so:devel/libgee \
    libgspell-1.so:textproc/gspell

USES=   compiler:c11 desktop-file-utils gettext-tools gmake pkgconfig \
    tar:xz
GNU_CONFIGURE=  yes
USE_GNOME=  glib20 gtk30 gtksourceview3 intltool intlhack libxml2
USE_TEX=    latex dvipsk
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip

CONFIGURE_ARGS=--without-help-dir \
    --without-html-dir

OPTIONS_DEFINE= NLS
NLS_USES=   gettext-runtime
NLS_CONFIGURE_ENABLE=   nls
OPTIONS_SUB=    yes

GLIB_SCHEMAS=   org.gnome.latexila.gschema.xml

.include <bsd.port.mk>