freebsd-ports/x11-toolkits/granite7/Makefile
Olivier Duchateau d8b67209bf x11-toolkits/granite7: update to 7.1.0
Bump PORTREVISION of the few consumers.

PR:		266971
2022-11-14 23:54:36 +01:00

28 lines
737 B
Makefile

PORTNAME= granite
DISTVERSION= 7.1.0
CATEGORIES= x11-toolkits
PKGNAMESUFFIX= 7
MAINTAINER= desktop@FreeBSD.org
COMMENT= Extensions of GTK 4.0 toolkit
WWW= https://github.com/elementary/granite
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgee-0.8.so:devel/libgee
RUN_DEPENDS= contractor:sysutils/contractor \
gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \
xdg-desktop-portal>0:deskutils/xdg-desktop-portal
USES= gettext gnome meson pkgconfig python:3.6+,build tar:xz vala:build
USE_GITHUB= yes
GH_ACCOUNT= elementary
USE_GNOME= cairo glib20 gtk40 gdkpixbuf2 introspection:build
USE_LDCONFIG= yes
BINARY_ALIAS= python3=${PYTHON_CMD}
PLIST_SUB= DISTVERSION=${DISTVERSION}
.include <bsd.port.mk>