1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name py26-goocanvas |
---|
7 | version 0.14.1 |
---|
8 | categories python devel gnome |
---|
9 | maintainers herbiet.net:guillaume-jean |
---|
10 | |
---|
11 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
12 | set real_name pygoocanvas |
---|
13 | |
---|
14 | description Python bindings for GooCanvas. |
---|
15 | long_description \ |
---|
16 | PyGoocanvas are the python bindings for GooCanvas which is a canvas \ |
---|
17 | widget for GTK+ that uses the cairo 2D library for drawing. |
---|
18 | homepage http://live.gnome.org/PyGoocanvas |
---|
19 | platforms darwin |
---|
20 | |
---|
21 | master_sites gnome:sources/${real_name}/${branch}/ |
---|
22 | distname ${real_name}-${version} |
---|
23 | use_bzip2 no |
---|
24 | checksums \ |
---|
25 | md5 d502dea5c0d2ac71d953895df81c32e8 \ |
---|
26 | sha1 ea1e10a24ef15a1d3880552fff6352d8b0621ef5 \ |
---|
27 | rmd160 162628947fd6a0d630bd20f9dec570c50fab2d23 |
---|
28 | |
---|
29 | depends_build \ |
---|
30 | port:docbook-xml-4.1.2 \ |
---|
31 | port:docbook-xsl \ |
---|
32 | port:pkgconfig |
---|
33 | |
---|
34 | depends_lib \ |
---|
35 | port:goocanvas \ |
---|
36 | port:gtk2 \ |
---|
37 | port:py26-cairo \ |
---|
38 | port:py26-gobject \ |
---|
39 | port:py26-gtk |
---|
40 | |
---|
41 | patchfiles patch-configure.diff |
---|
42 | |
---|
43 | set python_prefix ${frameworks_dir}/Python.framework/Versions/2.6 |
---|
44 | configure.env PYTHON=${python_prefix}/bin/python2.6 |
---|
45 | configure.pkg_config_path ${python_prefix}/lib/pkgconfig |
---|