# -*- 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 frogr version 0.11 license GPL-3 set branch [join [lrange [split ${version} .] 0 1] .] description Flickr Remote Organizer for GNOME. long_description Frogr is a small application for the GNOME desktop that allows users \ to manage their accounts in the Flickr image hosting website. It \ supports all the basic Flickr features, including uploading pictures, \ adding descriptions, setting tags and managing sets and groups pools. maintainers juanrgar devans openmaintainer categories gnome platforms darwin homepage https://wiki.gnome.org/Apps/Frogr master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 96e059e4aacd26b85cf93abb416e722da58c9cd7 \ sha256 1a9d258ccaa3ebce31811af5263828808ccd8fc913e4d3fac5fe17e95e8235e9 depends_build port:pkgconfig \ port:intltool \ port:itstool \ port:yelp-tools \ port:autoconf \ port:automake \ port:libtool depends_lib port:desktop-file-utils \ port:gnome-icon-theme \ port:gsettings-desktop-schemas \ port:gtk3 \ port:libexif \ port:libxml2 \ port:json-glib \ port:libgcrypt \ port:libsoup \ port:gstreamer1 depends_run port:gnome-settings-daemon \ port:yelp \ port:epiphany patchfiles patch-export-dynamic-Makefile.am.diff # reconfigure using upstream autogen.sh for intltool 0.51 compatibility configure.cmd ./autogen.sh configure.args --disable-silent-rules # port installs desktop application file, and hicolor and HighContrast icons post-activate { system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor" system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/HighContrast" } livecheck.type gnome-with-unstable