1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name clutter |
---|
7 | version 0.6.2 |
---|
8 | set branch [string range $version 0 [expr [string last "." $version] - 1]] |
---|
9 | categories graphics |
---|
10 | maintainers pixane.net:idan |
---|
11 | platforms darwin |
---|
12 | description A generic high-level canvas library. |
---|
13 | long_description Clutter is an open source software library for \ |
---|
14 | creating fast, visually rich and animated graphical \ |
---|
15 | user interfaces. |
---|
16 | homepage http://www.clutter-project.org/ |
---|
17 | master_sites http://www.clutter-project.org/sources/clutter/${branch}/ |
---|
18 | use_bzip2 yes |
---|
19 | |
---|
20 | checksums md5 fb96af6f7339a0ce82a55814ad169249 \ |
---|
21 | sha1 a46ed8088d57d0769e357e4c1dae554a4c2a66e3 \ |
---|
22 | rmd160 e04650627db7cd697d1be02d9e1b04fe77319f76 |
---|
23 | |
---|
24 | depends_build port:pkgconfig |
---|
25 | |
---|
26 | depends_lib port:glib2 \ |
---|
27 | port:pango \ |
---|
28 | port:gtk2 |
---|
29 | |
---|
30 | configure.args --with-flavour=osx \ |
---|
31 | --disable-docs \ |
---|
32 | --disable-gtk-doc |
---|
33 | |
---|