Ticket #24093: Portfile

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

Portfile for py26-kiwi 1.9.26

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
5PortGroup python26 1.0
6
7name                py26-kiwi
8version             1.9.26
9categories          python devel gnome
10maintainers         herbiet.net:guillaume-jean
11
12set branch          [join [lrange [split ${version} .] 0 1] .]
13set real_name       [lrange [split ${name} -] 1 1]
14
15description         A framework for Python applications with graphical user interfaces.
16long_description \
17        Kiwi is a framework and a set of enhanced PyGTK widgets designed to \
18        make building programs with graphical interfaces both easy to write \
19        and easy to maintain. Kiwi is pure Python and should work \
20        cross-platform, but is developed on Python 2.4, Linux ix86.
21homepage            http://www.async.com.br/projects/kiwi/
22platforms           darwin
23
24master_sites        gnome:sources/${real_name}/${branch}/
25distname            ${real_name}-${version}
26checksums \
27        md5             036cb5d9007d816bdc7b9fff9fc3215c \
28        sha1            83f5b46762d446587bc4cd71e0e644c2fd3be6fd \
29        rmd160          fbc52676fc5501edf85e509a8e7951884bb7caac
30
31depends_lib-append \
32        path:lib/pkgconfig/glib-2.0.pc:glib2 \
33        port:py26-gobject \
34        port:py26-gtk \
35        port:py26-numeric
36
37depends_build-append \
38        port:pkgconfig