ports/graphics/clutter-gtk3/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

26 lines
633 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
PORTNAME= clutter-gtk
PORTVERSION= 1.8.4
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= GNOME
PKGNAMESUFFIX= 3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GTK+ Integration library for Clutter
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcogl.so:graphics/cogl \
libclutter-1.0.so:graphics/clutter \
libjson-glib-1.0.so:devel/json-glib
USES= gettext gl gnome localbase meson pkgconfig tar:xz xorg
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build
USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr
USE_GL= egl
USE_LDCONFIG= yes
.include <bsd.port.mk>