1PORTNAME= clutter 2DISTVERSION= 1.26.4 3PORTREVISION= 2 4CATEGORIES= graphics 5MASTER_SITES= GNOME 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= OpenGL based interactive canvas library 9WWW= https://clutter-project.org/ 10 11LICENSE= lgpl2.1 12LICENSE_FILE= ${WRKSRC}/COPYING 13 14BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto 15LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ 16 libfontconfig.so:x11-fonts/fontconfig \ 17 libfreetype.so:print/freetype2 \ 18 libcogl.so:graphics/cogl \ 19 libharfbuzz.so:print/harfbuzz \ 20 libxkbcommon.so:x11/libxkbcommon \ 21 libwayland-client.so:graphics/wayland \ 22 libgudev-1.0.so:devel/libgudev \ 23 libinput.so:x11/libinput 24 25PORTSCOUT= limit:1,even 26 27USES= cpe gettext gl gmake gnome libtool localbase pathfix pkgconfig \ 28 tar:xz xorg 29USE_GNOME= atk cairo gdkpixbuf pango introspection:build gtk30 30USE_GL= egl 31USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr 32GNU_CONFIGURE= yes 33USE_LDCONFIG= yes 34CONFIGURE_ARGS= --with-x --enable-conformance=no \ 35 --enable-evdev-input \ 36 --enable-egl-backend=yes \ 37 --enable-x11-backend=yes \ 38 --enable-gdk-backend=yes \ 39 --enable-wayland-backend=yes \ 40 --enable-wayland-compositor=no 41INSTALL_TARGET= install-strip 42CPE_VENDOR= clutter_project 43 44.include <bsd.port.mk> 45