1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/x11-toolkits/granite/Makefile
Adriaan de Groot b5687f8a8a x11-toolkits/granite: update to 6.2.0, latest upstream
Release notes are at
	https://github.com/elementary/granite/releases/tag/6.2.0

Bumping PORTREVISION of consumers, too, because of the crash-fix.

PR:		260024
Reported by:	Olivier Duchateau
2021-12-08 11:57:06 +01:00

28 lines
673 B
Makefile

# Created by: Olivier Duchateau
PORTNAME= granite
DISTVERSION= 6.2.0
CATEGORIES= x11-toolkits
MAINTAINER= desktop@FreeBSD.org
COMMENT= Extensions of GTK+3 toolkit
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= valac:lang/vala
LIB_DEPENDS= libgee-0.8.so:devel/libgee
RUN_DEPENDS= contractor:sysutils/contractor \
gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas
USES= gettext gnome meson pkgconfig python:3.6+,build tar:xz
USE_GITHUB= yes
GH_ACCOUNT= elementary
USE_GNOME= cairo glib20 gtk30 gdkpixbuf2 introspection:build
USE_LDCONFIG= yes
BINARY_ALIAS= python3=${PYTHON_CMD}
PLIST_SUB= DISTVERSION=${DISTVERSION}
.include <bsd.port.mk>