Files
ports/textproc/gspell/Makefile
T
Olivier Duchateau 34ba22354f textproc/gspell: update to 1.14.3
Update to 1.14.3

  News in 1.14.3, 2026-03-17 (stable version)
  -------------------------------------------
  * Translation updates.

PR:		293883
2026-03-25 01:30:25 -07:00

26 lines
587 B
Makefile

PORTNAME= gspell
PORTVERSION= 1.14.3
CATEGORIES= textproc
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Spell checking for GTK applications
WWW= https://gitlab.gnome.org/GNOME/gspell
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt
LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \
libicudata.so:devel/icu
USES= gettext-tools gnome meson pkgconfig tar:xz vala:build
USE_GNOME= glib20 gtk30 introspection:build
USE_LDCONFIG= yes
MESON_ARGS= -Dgtk_doc=false \
-Dtests=false \
-Dinstall_tests=false
.include <bsd.port.mk>