# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name libgweather version 2.24.2 set branch [join [lrange [split ${version} .] 0 1] .] maintainers nomaintainer categories net gnome platforms darwin description Library to accessing online weather informations. long_description \ libgweather is a library to access weather \ information from online services for numerous \ locations. homepage http://www.gnome.org/ master_sites gnome:sources/${name}/${branch}/ use_bzip2 yes checksums md5 a95226ca8e5869eb2da66ce390e93b5a \ sha1 6d25ca48f90102d9e6ee77d77c776ffe34aed659 \ rmd160 85c5315257bd1f03ba048d5b445a24e05e10f460 depends_build port:pkgconfig \ port:intltool depends_lib port:gnome-vfs \ port:gtk2 \ port:glib2 \ port:libsoup \ port:libxml2 \ port:gettext \ port:gconf configure.args --disable-schemas-install \ --disable-glibtest use_parallel_build yes post-activate { system "\ GCONF_CONFIG_SOURCE= \ gconftool-2 --makefile-install-rule \ ${prefix}/etc/gconf/schemas/gweather.schemas" } livecheck.check regex livecheck.url http://ftp.gnome.org/pub/gnome/sources/$name/$branch/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}