mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
82c2032934
as gedit requires a newer version of tepl upgrade tepl to 5.0.0 And because the only consumer of the previous version was gnome-latex, Upgrade it to 3.38.0
40 lines
924 B
Makefile
40 lines
924 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-latex
|
|
PORTVERSION= 3.38.0
|
|
CATEGORIES= editors
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Integrated LaTeX environment
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= valac:lang/vala \
|
|
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-5.so:x11-toolkits/tepl \
|
|
libgspell-1.so:textproc/gspell
|
|
|
|
USES= compiler:c11 desktop-file-utils gettext gmake gnome \
|
|
pkgconfig tar:xz
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= cairo dconf intltool gtksourceview4
|
|
USE_TEX= latex dvipsk
|
|
INSTALLS_ICONS= yes
|
|
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>
|