ports/graphics/clutter-gtk3/Makefile
Po-Chuan Hsieh 7a4777dc53
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.

Reference:	https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by:	portmgr (blanket)
2023-08-26 21:03:32 +00:00

25 lines
624 B
Makefile

PORTNAME= clutter-gtk
PORTVERSION= 1.8.4
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= GNOME
PKGNAMESUFFIX= 3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GTK Integration library for Clutter
WWW= https://blogs.gnome.org/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>