Ticket #20541: Portfile.2

File Portfile.2, 1.3 KB (added by nodamage@…, 15 years ago)

Updated name to py25-pyclutter.

Line 
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
4PortSystem      1.0
5name            py25-pyclutter
6version         0.9.2
7distname        pyclutter-${version}
8set branch      [string range $version 0 [expr [string last "." $version] - 1]]
9categories      python graphics
10description     Python bindings for Clutter 1.0.
11long_description This port contains the Python modules that allow you \
12                 to use the Clutter toolkit in Python programs.
13maintainers     nodamage.com:nodamage
14platforms       darwin
15homepage        http://www.clutter-project.org/
16master_sites    http://www.clutter-project.org/sources/pyclutter/${branch}/
17
18checksums       md5     c848543847191ab62361d3c705567d52 \
19                sha1    b67ba376bcc14b97364cf730776e9523d4d76de3 \
20                rmd160  bba1fe67ab4d6dae71d2e5a849e7042ebc0a9c42
21
22depends_build \
23    port:pkgconfig \
24    port:libtool
25   
26depends_lib \
27    port:python25 \
28    port:glib2 \
29    port:gtk2 \
30    port:py25-cairo \
31    port:py25-gobject \
32    port:py25-gtk \
33    port:gst-python \
34    port:clutter \
35    port:clutter-gtk \
36    port:clutter-gst
37   
38configure.pkg_config_path ${prefix}/Library/Frameworks/Python.framework/Versions/2.5/lib/pkgconfig