Ticket #22124: Portfile

File Portfile, 1.2 KB (added by nodamage@…, 15 years ago)
Line 
1# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $
2
3PortSystem 1.0
4PortGroup python26 1.0
5
6name            py26-kiwi
7version         1.9.26
8set branch      [join [lrange [split ${version} .] 0 1] .]
9categories      devel gnome python
10maintainers     nodamage.com:nodamage openmaintainer
11description     Framework for Python applications with GUIs.
12long_description \
13        Kiwi is a framework and a set of enhanced PyGTK widgets designed to \
14        make building programs with graphical interfaces both easy to write \
15        and easy to maintain. Kiwi is pure Python and should work \
16        cross-platform, but is developed on Python 2.4, Linux ix86.
17homepage        http://www.async.com.br/projects/kiwi
18platforms       darwin
19distname        kiwi-${version}
20
21master_sites    gnome:sources/${name}/${branch}/
22checksums       md5 036cb5d9007d816bdc7b9fff9fc3215c \
23        sha1 83f5b46762d446587bc4cd71e0e644c2fd3be6fd \
24        rmd160 fbc52676fc5501edf85e509a8e7951884bb7caac
25
26depends_lib-append      \
27        path:lib/pkgconfig/glib-2.0.pc:glib2 \
28        port:py26-gobject \
29        port:py26-gtk \
30        port:py26-numeric
31depends_build-append    \
32        port:pkgconfig
33
34livecheck.type  regex
35livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
36livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}