mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
be6c15b5c6
Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
27 lines
629 B
Makefile
27 lines
629 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= clutter-gtk
|
|
PORTVERSION= 1.8.4
|
|
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>
|