aboutsummaryrefslogtreecommitdiff
path: root/editors/gnome-latex/Makefile
blob: 8e059de1a97a2644e98cb52d3c85ee66ea9e08a8 (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
PORTNAME=	gnome-latex
PORTVERSION=	3.40.0
CATEGORIES=	editors
MASTER_SITES=	GNOME
DIST_SUBDIR=	gnome

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	Integrated LaTeX environment
WWW=		https://wiki.gnome.org/Apps/LaTeXila

LICENSE=	GPLv3

BUILD_DEPENDS=	itstool:textproc/itstool \
		gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
LIB_DEPENDS=	libgee-0.8.so:devel/libgee \
		libfribidi.so:converters/fribidi \
		libenchant-2.so:textproc/enchant2 \
		libtepl-6.so:x11-toolkits/tepl6 \
		libgspell-1.so:textproc/gspell

USES=		compiler:c11 desktop-file-utils gettext gmake gnome \
		pkgconfig tar:xz vala:build
GNU_CONFIGURE=	yes
USE_GNOME=	cairo dconf intltool gtksourceview4
USE_TEX=	latex dvipsk
INSTALL_TARGET=	install-strip

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

GLIB_SCHEMAS=	org.gnome.gnome-latex.gschema.xml

.include <bsd.port.mk>