Added: trunk/dports/gnome/atkmm/Portfile (0 => 74211)
--- trunk/dports/gnome/atkmm/Portfile (rev 0)
+++ trunk/dports/gnome/atkmm/Portfile 2010-12-07 17:56:10 UTC (rev 74211)
@@ -0,0 +1,40 @@
+# -*- 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$
+
+PortSystem 1.0
+
+name atkmm
+version 2.22.1
+set branch [join [lrange [split ${version} .] 0 1] .]
+description atkmm is the C++ binding for the ATK library.
+long_description \
+ ${description} This port is part of the GNOME C++ bindings suite.
+
+maintainers devans openmaintainer
+categories gnome devel
+platforms darwin
+homepage http://www.gtkmm.org/
+master_sites gnome:sources/${name}/${branch}/
+use_bzip2 yes
+
+checksums md5 06c5560135eea58ab0afb3f73011768e \
+ sha1 d5e56afdbc53881a3cc7a6772e72eac16ae41fa6 \
+ rmd160 057fa8eb117ed1a98129e9d861dabae432154f29
+
+depends_build port:pkgconfig
+
+depends_lib port:atk \
+ port:glibmm
+
+pre-activate {
+ if { [file exists ${prefix}/lib/pkgconfig/atkmm-1.6.pc]
+ && ![catch {set vers [lindex [registry_active gtkmm] 0]}]
+ && [rpm-vercomp [lindex $vers 1] 2.22.0] < 0} {
+
+ registry_deactivate gtkmm "" [list ports_nodepcheck 1]
+ }
+}
+
+livecheck.type regex
+livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
+livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
Property changes on: trunk/dports/gnome/atkmm/Portfile
___________________________________________________________________