# -*- 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 gnome-font-viewer version 3.22.0 license GPL-2 set branch [join [lrange [split ${version} .] 0 1] .] description GNOME font viewer and thumbnailer. long_description GNOME font viewer can preview fonts and create thumbnails for fonts. maintainers juanrgar devans openmaintainer categories gnome platforms darwin homepage https://www.gnome.org master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 91d6aa1983ba08543d079babfef7af4a5917133f \ sha256 bd27cbc523016711508d7913878f32e262893cfcc7e10795171dbf8e35af9be0 depends_build port:pkgconfig \ port:intltool \ port:gnome-common \ port:autoconf \ port:automake \ port:libtool depends_lib port:desktop-file-utils \ port:gsettings-desktop-schemas \ port:gtk3 \ port:gnome-desktop \ port:fontconfig \ port:freetype depends_run port:gnome-themes-standard # reconfigure using upstream autogen.sh for intltool 0.51 compatibility post-patch { xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath} } configure.cmd ./autogen.sh configure.args --disable-schemas-compile \ --disable-silent-rules # port installs desktop application file post-activate { system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" } livecheck.type gnome