blob: 5a67aea7e8d639b69809e110bc00c7a1f7e58226 (
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
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/graphics/clutter/Makefile 19945 2014-10-15 05:41:04Z gusi $
PORTNAME= clutter
PORTVERSION= 1.20.0
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:${PORTSDIR}/devel/json-glib \
libcogl.so:${PORTSDIR}/graphics/cogl
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= gdkpixbuf2 gnomeprefix atk pango \
introspection:build
USE_GL= gl egl
USE_XORG= glproto x11 xfixes xdamage xcomposite xi
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-x --enable-conformance=no \
--enable-egl-backend=yes \
--disable-gdk-backend
CPPFLAGS+= -I${LOCALBASE}/include -fno-omit-frame-pointer
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|