aboutsummaryrefslogtreecommitdiff
path: root/graphics/clutter/Makefile
blob: f0231f3b9aa92db261ea296a5109a2fb0b4eb1ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
PORTNAME=	clutter
DISTVERSION=	1.26.4
CATEGORIES=	graphics
MASTER_SITES=	GNOME

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	OpenGL based interactive canvas library

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
		libfontconfig.so:x11-fonts/fontconfig \
		libfreetype.so:print/freetype2 \
		libcogl.so:graphics/cogl \
		libharfbuzz.so:print/harfbuzz

PORTSCOUT=	limit:1,even

USES=		cpe gettext gl gmake gnome libtool localbase pathfix pkgconfig \
		tar:xz xorg
USE_GNOME=	atk cairo gdkpixbuf2 pango introspection:build
USE_GL=		egl
USE_XORG=	x11 xcomposite xdamage xext xfixes xi xrandr
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
CONFIGURE_ARGS=	--with-x --enable-conformance=no \
		--disable-evdev-input \
		--enable-egl-backend=yes \
		--enable-x11-backend=yes \
		--enable-gdk-backend=no \
		--enable-wayland-compositor=no
INSTALL_TARGET=	install-strip
CPE_VENDOR=	clutter_project

.include <bsd.port.mk>