# -*- 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 grsync version 1.2.5 categories net platforms darwin maintainers gmail.com:mschamschula openmaintainer license GPL-2 description Grsync is a GUI for rsync. long_description Grsync makes use of the GTK libraries to synchronize folders, files and make backups. homepage http://www.opbyte.it/grsync/ master_sites http://www.opbyte.it/release/ checksums rmd160 c03d4a6857c677a7877650344a0d7d3ed1e8dfa5 \ sha256 4f1443154f7c85ca7b0e93d5fea438e2709776005e7cfc97da89f4899b1c12e5 depends_build port:intltool \ port:pkgconfig \ port:autoconf \ port:automake \ port:libtool depends_lib port:desktop-file-utils \ port:rsync \ port:gtk2 # grsync's autogen.sh does not run intltoolize so first run intltoolize manually then # reconfigure using upstream autogen.sh for intltool 0.51 compatibility configure.cmd intltoolize --automake --copy --force && ./autogen.sh && ./configure configure.args --disable-unity # provides desktop file and hicolor icons post-activate { system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor" } livecheck.type regex livecheck.url ${homepage}download.html livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}