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 80412 2011-07-12 13:23:04Z jmr@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup archcheck 1.0 |
---|
6 | PortGroup muniversal 1.0 |
---|
7 | |
---|
8 | name atk |
---|
9 | version 2.2.0 |
---|
10 | epoch 2 |
---|
11 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
12 | categories devel |
---|
13 | license LGPL-2+ |
---|
14 | maintainers singingwolfboy openmaintainer |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | description GNOME accessibility toolkit |
---|
18 | |
---|
19 | long_description ATK is the GNOME Accessibility ToolKit |
---|
20 | |
---|
21 | homepage http://projects.gnome.org/accessibility/ |
---|
22 | master_sites gnome:sources/${name}/${branch}/ |
---|
23 | |
---|
24 | checksums sha256 d201e3f5808aef0b1aec2277bfa61074f68863e405428adb57a73aab5c838450 |
---|
25 | |
---|
26 | use_bzip2 yes |
---|
27 | |
---|
28 | depends_build port:pkgconfig \ |
---|
29 | port:gtk-doc |
---|
30 | |
---|
31 | depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ |
---|
32 | port:gettext \ |
---|
33 | port:libiconv |
---|
34 | |
---|
35 | archcheck.files-append lib/libglib-2.0.dylib \ |
---|
36 | lib/libintl.dylib \ |
---|
37 | lib/libiconv.dylib |
---|
38 | |
---|
39 | configure.args --enable-static \ |
---|
40 | --disable-introspection |
---|
41 | |
---|
42 | livecheck.type regex |
---|
43 | livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ |
---|
44 | livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)} |
---|