# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 118895 2014-04-13 23:48:58Z devans@macports.org $

PortSystem      1.0

name            clutter-gtk
version         1.5.2
set branch      [string range $version 0 [expr [string last "." $version] - 1]]
categories      graphics
license         LGPL-2.1
description     Clutter GTK integration library.
long_description 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.
maintainers     nodamage.com:nodamage openmaintainer
platforms       darwin
homepage        http://blogs.gnome.org/clutter/
master_sites    gnome:sources/${name}/${branch}/

use_xz          yes

checksums       rmd160  7103bb95781e3b8492f371b177d55217611ccc05 \
                sha256  3f57438ab01c249cb020e8787e8a72c51a92f817517ee8c0c696111c83891fc8

#
# gtkdocize provided by gtk-doc is required by autoreconf
# even if documentation is disabled
#

depends_build \
    port:pkgconfig \
    port:gtk-doc

depends_lib \
    port:gtk3 \
    port:gobject-introspection \
    port:clutter

configure.args  --enable-introspection=yes \
                --disable-silent-rules

livecheck.type  gnome-with-unstable
