1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/x11/gnome-console/Makefile
Nuno Teixeira 3572ca3e01 */*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree
2023-12-23 18:14:14 +00:00

34 lines
914 B
Makefile

PORTNAME= gnome-console
PORTVERSION= 43.0
PORTREVISION= 4
CATEGORIES= x11 gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Minimal terminal for GNOME
WWW= https://gitlab.gnome.org/GNOME/console
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool>0:textproc/itstool \
sassc>0:textproc/sassc
LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \
libgtop-2.0.so:devel/libgtop \
libhandy-1.so:x11-toolkits/libhandy \
libicudata.so:devel/icu \
libpcre2-8.so:devel/pcre2 \
libvte-2.91.so:x11-toolkits/vte3
USES= compiler:c11 desktop-file-utils gettext gnome localbase meson \
pkgconfig tar:xz
USE_CSTD= c11
USE_GNOME= gtk30 gtksourceview5 libadwaita
MESON_ARGS= ${${PORTVERSION:R}<44:?-Dwerror=false:}
GLIB_SCHEMAS= org.gnome.Console.gschema.xml
PORTSCOUT= limitw:1,even
.include <bsd.port.mk>