freebsd-ports/editors/gnome-latex/Makefile
Muhammad Moinur Rahman 721e5776c9 Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
  and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
  infrastructure and also in the ports which have been removed from the
  ports as those are redundant.

In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.

Reviewed by:	portmgr
Approved by:	portmgr (blanket)
2022-12-19 08:44:58 -06:00

36 lines
898 B
Makefile

PORTNAME= gnome-latex
PORTVERSION= 3.42.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 tex 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>