Ticket #24092: Portfile

File Portfile, 1.4 KB (added by guillaume-jean@…, 14 years ago)

Portfile for py26-goocanvas

Line 
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
4PortSystem 1.0
5
6name                py26-goocanvas
7version             0.14.1
8categories          python devel gnome
9maintainers         herbiet.net:guillaume-jean
10
11set branch          [join [lrange [split ${version} .] 0 1] .]
12set real_name       pygoocanvas
13
14description Python bindings for GooCanvas.
15long_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.
18homepage            http://live.gnome.org/PyGoocanvas
19platforms           darwin
20
21master_sites        gnome:sources/${real_name}/${branch}/
22distname            ${real_name}-${version}
23use_bzip2           no
24checksums \
25        md5             d502dea5c0d2ac71d953895df81c32e8 \
26        sha1            ea1e10a24ef15a1d3880552fff6352d8b0621ef5 \
27        rmd160          162628947fd6a0d630bd20f9dec570c50fab2d23
28
29depends_build   \
30        port:docbook-xml-4.1.2 \
31        port:docbook-xsl \
32        port:pkgconfig
33
34depends_lib     \
35        port:goocanvas \
36        port:gtk2 \
37        port:py26-cairo \
38        port:py26-gobject \
39        port:py26-gtk
40
41patchfiles          patch-configure.diff
42
43set python_prefix   ${frameworks_dir}/Python.framework/Versions/2.6
44configure.env       PYTHON=${python_prefix}/bin/python2.6
45configure.pkg_config_path ${python_prefix}/lib/pkgconfig