[116140] users/devans/GNOME-3/unstable/dports/devel

devans at macports.org devans at macports.org
Sun Jan 19 08:58:03 PST 2014


Revision: 116140
          https://trac.macports.org/changeset/116140
Author:   devans at macports.org
Date:     2014-01-19 08:58:03 -0800 (Sun, 19 Jan 2014)
Log Message:
-----------
GNOME-3/unstable/dports: atk, copy from trunk, update to version 2.11.5.

Added Paths:
-----------
    users/devans/GNOME-3/unstable/dports/devel/atk/
    users/devans/GNOME-3/unstable/dports/devel/atk/Portfile

Added: users/devans/GNOME-3/unstable/dports/devel/atk/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/devel/atk/Portfile	                        (rev 0)
+++ users/devans/GNOME-3/unstable/dports/devel/atk/Portfile	2014-01-19 16:58:03 UTC (rev 116140)
@@ -0,0 +1,48 @@
+# -*- 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
+# $Id: Portfile 111623 2013-09-27 14:46:09Z cal at macports.org $
+
+PortSystem              1.0
+
+name                    atk
+epoch                   2
+version                 2.11.5
+set branch              [join [lrange [split ${version} .] 0 1] .]
+categories              devel
+license                 LGPL
+maintainers             nomaintainer
+platforms               darwin
+
+description             GNOME accessibility toolkit
+
+long_description        ATK is the GNOME Accessibility ToolKit
+
+homepage                http://projects.gnome.org/accessibility/
+master_sites            gnome:sources/${name}/${branch}/
+
+checksums           rmd160  648b410fda24e25cb2d5b2555f042d36c7f25d64 \
+                    sha256  22ed924d38a8ad3de7ace73a5a323c5d8a2acd307cca6e40d425bd12d70bf69e
+
+use_xz                  yes
+
+depends_build           port:pkgconfig
+
+depends_lib             path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                        port:gettext \
+                        port:libiconv \
+                        port:gobject-introspection
+
+configure.args          --enable-static \
+                        --enable-introspection \
+                        --disable-silent-rules
+
+# The rules enabled by gobject-introspection require GNU make 3.81+, #35200
+platform darwin 8 {
+    depends_build-append    port:gmake
+    build.cmd               ${prefix}/bin/gmake
+}
+
+# gobject-introspection uses g-ir-scanner, which uses $CC from env
+build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
+destroot.args-append    CC="${configure.cc} ${configure.cc_archflags}"
+
+livecheck.type          gnome-with-unstable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140119/3b4d4755/attachment-0001.html>


More information about the macports-changes mailing list