9f83e6190a
Granite is an extension of GTK toolkit. It provides several widgets and classes that ease desktop applications development. WWW: https://github.com/elementary/granite PR: 263776
27 lines
713 B
Makefile
27 lines
713 B
Makefile
PORTNAME= granite
|
|
DISTVERSION= 7.0.0
|
|
CATEGORIES= x11-toolkits
|
|
PKGNAMESUFFIX= 7
|
|
|
|
MAINTAINER= desktop@FreeBSD.org
|
|
COMMENT= Extensions of GTK 4.0 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 \
|
|
xdg-desktop-portal>0:deskutils/xdg-desktop-portal
|
|
|
|
USES= gettext gnome meson pkgconfig python:3.6+,build tar:xz
|
|
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>
|