Ticket #23988: Portfile

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