summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-15 22:09:19 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-15 22:09:19 +0800
commit1f0994c516484311a999c83ab0853e45d7bb4115 (patch)
tree78d089dee5b1260c9d34cde44030128fe521018b /graphics
parentf1ea86b41ab79808a33a55aee9045623cdaf29a9 (diff)
downloadmarcuscom-ports-1f0994c516484311a999c83ab0853e45d7bb4115.tar
marcuscom-ports-1f0994c516484311a999c83ab0853e45d7bb4115.tar.gz
marcuscom-ports-1f0994c516484311a999c83ab0853e45d7bb4115.tar.bz2
marcuscom-ports-1f0994c516484311a999c83ab0853e45d7bb4115.tar.lz
marcuscom-ports-1f0994c516484311a999c83ab0853e45d7bb4115.tar.xz
marcuscom-ports-1f0994c516484311a999c83ab0853e45d7bb4115.tar.zst
marcuscom-ports-1f0994c516484311a999c83ab0853e45d7bb4115.zip
Update to 0.91.8.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15024 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/clutter-gtk3/Makefile36
-rw-r--r--graphics/clutter-gtk3/distinfo2
-rw-r--r--graphics/clutter-gtk3/files/patch-Makefile.in11
-rw-r--r--graphics/clutter-gtk3/pkg-descr5
-rw-r--r--graphics/clutter-gtk3/pkg-plist15
5 files changed, 69 insertions, 0 deletions
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 <miwi@FreeBSD.org>
+#
+# $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 <bsd.port.mk>
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