ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
40 lines
940 B
Makefile
40 lines
940 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-latex
|
|
PORTVERSION= 3.28.1
|
|
PORTREVISION= 2
|
|
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-4.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>
|