From 1f0994c516484311a999c83ab0853e45d7bb4115 Mon Sep 17 00:00:00 2001 From: kwm Date: Sat, 15 Jan 2011 14:09:19 +0000 Subject: Update to 0.91.8. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15024 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/clutter-gtk3/Makefile | 36 +++++++++++++++++++++++++++ graphics/clutter-gtk3/distinfo | 2 ++ graphics/clutter-gtk3/files/patch-Makefile.in | 11 ++++++++ graphics/clutter-gtk3/pkg-descr | 5 ++++ graphics/clutter-gtk3/pkg-plist | 15 +++++++++++ 5 files changed, 69 insertions(+) create mode 100644 graphics/clutter-gtk3/Makefile create mode 100644 graphics/clutter-gtk3/distinfo create mode 100644 graphics/clutter-gtk3/files/patch-Makefile.in create mode 100644 graphics/clutter-gtk3/pkg-descr create mode 100644 graphics/clutter-gtk3/pkg-plist (limited to 'graphics') diff --git a/graphics/clutter-gtk3/Makefile b/graphics/clutter-gtk3/Makefile new file mode 100644 index 000000000..56099af08 --- /dev/null +++ b/graphics/clutter-gtk3/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: clutter-gtk +# Date created: 2008-12-25 +# Whom: Martin Wilke +# +# $FreeBSD$ +# + +PORTNAME= clutter-gtk +PORTVERSION= 0.91.8 +CATEGORIES= graphics +MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GTK+ Integration library for Clutter + +LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter + +LATEST_LINK= clutter-gtk3 +USE_BZIP2= yes +USE_GMAKE= yes +USE_GETTEXT= yes +USE_AUTOTOOLS= libtool +USE_GNOME= gnomehack gtk30 ltverhack gnomeprefix +USE_XORG= xp x11 +USE_LDCONFIG= yes +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} + +post-patch: + @${REINPLACE_CMD} -e 's|gdk-2.0|gdk-3.0|g' \ + -e 's|gtk+-2.0|gtk+-3.0|g' \ + ${WRKSRC}/configure + +.include diff --git a/graphics/clutter-gtk3/distinfo b/graphics/clutter-gtk3/distinfo new file mode 100644 index 000000000..533d5b125 --- /dev/null +++ b/graphics/clutter-gtk3/distinfo @@ -0,0 +1,2 @@ +SHA256 (clutter-gtk-0.91.8.tar.bz2) = 1516ac98b9f0436d7806f02153810fae31f961446311e06805f574ac1aaa969e +SIZE (clutter-gtk-0.91.8.tar.bz2) = 370441 diff --git a/graphics/clutter-gtk3/files/patch-Makefile.in b/graphics/clutter-gtk3/files/patch-Makefile.in new file mode 100644 index 000000000..dbf879223 --- /dev/null +++ b/graphics/clutter-gtk3/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2011-01-15 14:30:57.000000000 +0000 ++++ Makefile.in 2011-01-15 14:31:19.000000000 +0000 +@@ -313,7 +313,7 @@ + QUIET_RM_ = $(QUIET_RM_$(AM_DEFAULT_VERBOSITY)) + QUIET_RM_0 = @echo ' RM '$@; + ACLOCAL_AMFLAGS = -I build/autotools +-SUBDIRS = build clutter-gtk doc examples po ++SUBDIRS = build clutter-gtk examples po + pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = clutter-gtk-1.0.pc + EXTRA_DIST = clutter-gtk.pc.in diff --git a/graphics/clutter-gtk3/pkg-descr b/graphics/clutter-gtk3/pkg-descr new file mode 100644 index 000000000..cf83a5ac9 --- /dev/null +++ b/graphics/clutter-gtk3/pkg-descr @@ -0,0 +1,5 @@ +Clutter-GTK is a library providing facilities to integrate Clutter into GTK+ +applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the +default ClutterStage into any GtkContainer. + +WWW: http://clutter-project.org/ diff --git a/graphics/clutter-gtk3/pkg-plist b/graphics/clutter-gtk3/pkg-plist new file mode 100644 index 000000000..7f07e8093 --- /dev/null +++ b/graphics/clutter-gtk3/pkg-plist @@ -0,0 +1,15 @@ +include/clutter-gtk-1.0/clutter-gtk/clutter-gtk.h +include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-actor.h +include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-embed.h +include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-util.h +include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-texture.h +include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-version.h +include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-window.h +lib/girepository-1.0/GtkClutter-1.0.typelib +lib/libclutter-gtk-1.0.a +lib/libclutter-gtk-1.0.la +lib/libclutter-gtk-1.0.so +lib/libclutter-gtk-1.0.so.0 +libdata/pkgconfig/clutter-gtk-1.0.pc +share/gir-1.0/GtkClutter-1.0.gir +@dirrm include/clutter-gtk-1.0/clutter-gtk -- cgit v1.2.3