2013-03-08 11:51:34 +01:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2008-12-26 23:03:41 +01:00
|
|
|
# $FreeBSD$
|
2014-11-19 12:49:04 +01:00
|
|
|
# $MCom: ports/trunk/graphics/clutter/Makefile 19945 2014-10-15 05:41:04Z gusi $
|
2008-12-26 23:03:41 +01:00
|
|
|
|
|
|
|
PORTNAME= clutter
|
2014-11-19 12:49:04 +01:00
|
|
|
PORTVERSION= 1.20.0
|
2008-12-26 23:03:41 +01:00
|
|
|
CATEGORIES= graphics
|
2014-11-19 12:49:04 +01:00
|
|
|
MASTER_SITES= GNOME
|
2008-12-26 23:03:41 +01:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= OpenGL based interactive canvas library
|
|
|
|
|
2010-11-20 16:37:08 +01:00
|
|
|
LICENSE= LGPL21
|
2014-11-19 12:49:04 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2013-03-08 11:51:34 +01:00
|
|
|
|
2014-11-19 12:49:04 +01:00
|
|
|
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
|
2009-01-23 17:28:36 +01:00
|
|
|
USE_XORG= glproto x11 xfixes xdamage xcomposite xi
|
2014-04-22 08:46:48 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-11-19 12:49:04 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ARGS= --with-x --enable-conformance=no \
|
|
|
|
--enable-egl-backend=yes \
|
|
|
|
--disable-gdk-backend
|
2008-12-26 23:03:41 +01:00
|
|
|
|
2014-11-19 12:49:04 +01:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include -fno-omit-frame-pointer
|
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
|
|
INSTALL_TARGET= install-strip
|
2013-03-08 11:51:34 +01:00
|
|
|
|
2008-12-26 23:03:41 +01:00
|
|
|
.include <bsd.port.mk>
|