freebsd-ports/editors/gnome-text-editor/Makefile
Jan Beich f1f1a8be88 devel/icu: update to 73.1
- Temporarily switch to GitHub auto archive (release artifacts are N/A atm)

Changes:	https://github.com/unicode-org/icu/releases/tag/release-73-1
Reported by:	GitHub (watch releases)
PR:		270422
Exp-run by:	antoine
2023-04-13 00:56:37 +00:00

28 lines
786 B
Makefile

PORTNAME= gnome-text-editor
PORTVERSION= 42.2
PORTREVISION= 4
CATEGORIES= editors gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Small but powerful text editor for the GNOME Desktop Environment
WWW= https://gitlab.gnome.org/GNOME/gnome-text-editor
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool>0:textproc/itstool
LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \
libicudata.so:devel/icu \
libpcre.so:devel/pcre
USES= compiler:c11 desktop-file-utils gettext gnome localbase meson \
pkgconfig tar:xz
USE_CSTD= c11
USE_GNOME= cairo gtk40 gtksourceview5 libadwaita
GLIB_SCHEMAS= org.gnome.TextEditor.gschema.xml
PORTSCOUT= limitw:1,even
.include <bsd.port.mk>