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: Portfile 57404 2009-09-10 19:14:04Z snc@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup muniversal 1.0 |
---|
6 | |
---|
7 | name atk |
---|
8 | version 1.28.0 |
---|
9 | revision 1 |
---|
10 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
11 | categories devel |
---|
12 | maintainers nomaintainer |
---|
13 | description GNOME accessibility toolkit |
---|
14 | homepage http://projects.gnome.org/accessibility/ |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | long_description ATK is the GNOME Accessibility ToolKit |
---|
18 | |
---|
19 | master_sites gnome:sources/${name}/${branch}/ |
---|
20 | |
---|
21 | checksums md5 010a85478adc053c016a0a5c9bb52004 \ |
---|
22 | sha1 4cf9c171f5b305453396501b4c29a68ab3a9ec89\ |
---|
23 | rmd160 c39465729be48288d857428de136fce01ed4398e |
---|
24 | |
---|
25 | use_bzip2 yes |
---|
26 | |
---|
27 | depends_build port:pkgconfig \ |
---|
28 | port:gtk-doc |
---|
29 | |
---|
30 | depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ |
---|
31 | port:gettext \ |
---|
32 | port:libiconv |
---|
33 | |
---|
34 | configure.args --enable-static |
---|
35 | |
---|
36 | use_parallel_build yes |
---|
37 | |
---|
38 | livecheck.type regex |
---|
39 | livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ |
---|
40 | livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)} |
---|