09f9633cb6
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
38 lines
849 B
Makefile
38 lines
849 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= latexila
|
|
PORTVERSION= 3.22.1
|
|
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 \
|
|
gsettings-desktop-schemas>=0: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= cairo glib20 gtk30 gtksourceview3 intltool intlhack libxml2
|
|
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.latexila.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|