summaryrefslogtreecommitdiff
path: root/textproc/gspell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/gspell/Makefile')
-rw-r--r--textproc/gspell/Makefile32
1 files changed, 11 insertions, 21 deletions
diff --git a/textproc/gspell/Makefile b/textproc/gspell/Makefile
index d1bd5f1a4962..0596d9588040 100644
--- a/textproc/gspell/Makefile
+++ b/textproc/gspell/Makefile
@@ -1,37 +1,27 @@
PORTNAME= gspell
-PORTVERSION= 1.10.0
-PORTREVISION= 6
+PORTVERSION= 1.14.0
CATEGORIES= textproc
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
-COMMENT= Spell checking for GTK
+COMMENT= Spell checking for GTK applications
WWW= https://gitlab.gnome.org/GNOME/gspell
-LICENSE= LGPL21
-LICENSE_FILE= ${WRKSRC}/COPYING
+LICENSE= LGPL21+
+LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt
LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \
libfribidi.so:converters/fribidi \
- libicudata.so:devel/icu
+ libicudata.so:devel/icu \
+ libharfbuzz.so:print/harfbuzz
-USES= gmake gnome iconv libtool pathfix pkgconfig tar:xz vala:build
-USE_GNOME= atk cairo gdkpixbuf glib20 gtk30 libxml2 pango \
- introspection:build
+USES= gettext gnome meson pkgconfig tar:xz vala:build
+USE_GNOME= glib20 gtk30 introspection:build
USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
-
-INSTALL_TARGET= install-strip
-
-PORTSCOUT= limitw:1,even
-
-OPTIONS_DEFINE= NLS
-OPTIONS_SUB= yes
-
-NLS_USES= gettext-tools
-NLS_CONFIGURE_ENABLE= nls
+MESON_ARGS= -Dgtk_doc=false \
+ -Dtests=false \
+ -Dinstall_tests=false
.include <bsd.port.mk>