freebsd-ports/x11-toolkits/granite/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

27 lines
662 B
Makefile

# Created by: Olivier Duchateau
PORTNAME= granite
DISTVERSION= 6.1.1
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 introspection:build
USE_LDCONFIG= yes
BINARY_ALIAS= python3=${PYTHON_CMD}
PLIST_SUB= DISTVERSION=${DISTVERSION}
.include <bsd.port.mk>