mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.3 KiB
Tcl
37 lines
1.3 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup gobject_introspection 1.0
|
|
|
|
name clutter-gtk
|
|
version 1.8.4
|
|
revision 1
|
|
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 {devans @dbevans} openmaintainer
|
|
platforms darwin
|
|
homepage http://blogs.gnome.org/clutter/
|
|
master_sites gnome:sources/${name}/${branch}/
|
|
|
|
use_xz yes
|
|
|
|
checksums rmd160 caba2144d71e9b07338010e473fb0940d0891d17 \
|
|
sha256 521493ec038973c77edcb8bc5eac23eed41645117894aaee7300b2487cb42b06
|
|
|
|
depends_build port:pkgconfig
|
|
|
|
depends_lib path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \
|
|
port:clutter
|
|
|
|
gobject_introspection yes
|
|
|
|
configure.args --disable-silent-rules
|
|
|
|
livecheck.type gnome
|