ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/graphics/clutter/Makefile
Revision: 20373
Committed: Fri Oct 2 15:17:35 2015 UTC (8 years, 6 months ago) by laffer1
File size: 922 byte(s)
Log Message:
update clutter

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: ports/graphics/clutter/Makefile,v 1.17 2011/09/23 22:23:05 amdmi3 Exp $
3
4 PORTNAME= clutter
5 PORTVERSION= 1.22.4
6 CATEGORIES= graphics
7 MASTER_SITES= GNOME
8
9 MAINTAINER= ports@MidnightBSD.org
10 COMMENT= OpenGL based interactive canvas library
11
12 LICENSE= lgpl2.1
13 LICENSE_FILE= ${WRKSRC}/COPYING
14
15 LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \
16 libcogl.so:${PORTSDIR}/graphics/cogl
17
18 USES= gettext gmake libtool pathfix pkgconfig tar:xz
19 USE_GNOME= gtk30 introspection:build
20 USE_GL= gl egl
21 USE_XORG= glproto x11 xfixes xdamage xcomposite xi
22 GNU_CONFIGURE= yes
23 USE_LDCONFIG= yes
24 CONFIGURE_ARGS= --with-x --enable-conformance=no \
25 --enable-egl-backend=yes \
26 --enable-x11-backend=yes \
27 --enable-gdk-backend=no \
28 --enable-wayland-compositor=no
29 CPPFLAGS+= -I${LOCALBASE}/include -fno-omit-frame-pointer
30 LIBS+= -L${LOCALBASE}/lib
31 INSTALL_TARGET= install-strip
32
33 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H