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-cairo |
---|
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 An experimental clutter cairo 'drawable' actor. |
---|
13 | long_description Allows creation of actors in clutter which are drawn \ |
---|
14 | using the cairo graphics library. |
---|
15 | homepage http://www.clutter-project.org/ |
---|
16 | master_sites http://www.clutter-project.org/sources/${name}/${branch}/ |
---|
17 | use_bzip2 yes |
---|
18 | |
---|
19 | checksums md5 fc0740e393273aaf0aeae580e1d3217b \ |
---|
20 | sha1 b1566b5b0cf2f401bca0de9b21c8073253915c00 \ |
---|
21 | rmd160 24503e194490b19421e76859f550e0b57e235da2 |
---|
22 | |
---|
23 | depends_build port:pkgconfig |
---|
24 | |
---|
25 | depends_lib port:clutter \ |
---|
26 | port:cairo |
---|
27 | |
---|
28 | configure.args --disable-docs \ |
---|
29 | --disable-gtk-doc |
---|