# -*- 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 PortSystem 1.0 name yelp version 3.38.3 revision 4 license GPL-2 set branch [join [lrange [split ${version} .] 0 1] .] description Help browser for GNOME. long_description Yelp is the default help browser for the \ GNOME desktop. Yelp provides a simple graphical \ interface for viewing DocBook, HTML, man, and info \ formatted documentation. maintainers {devans @dbevans} openmaintainer categories gnome platforms darwin homepage https://wiki.gnome.org/Apps/Yelp master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 cdb0b7cd727df181a3252fc6ec5c23cdca91b63e \ sha256 afd46a4d0aeb46bb425c520071d818f8b2b32e69e756abfd997968769a61549d \ size 1505460 depends_build port:pkgconfig \ port:gettext \ port:itstool \ port:appstream-glib \ port:gtk-doc depends_lib port:desktop-file-utils \ path:lib/pkgconfig/icu-uc.pc:icu \ path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \ port:sqlite3 \ port:xz \ port:bzip2 \ port:yelp-xsl \ path:lib/pkgconfig/webkit2gtk-4.0.pc:webkit2-gtk # # if yelp is invoked without a URI argument # it defaults to help:user-guide # depends_run port:gnome-user-docs \ port:gnome-getting-started-docs \ port:adwaita-icon-theme patchfiles patch-m4-ax_compiler_flags_ldflags.m4.diff use_autoreconf yes autoreconf.args -vfi # error: redefinition of typedef ‘WebKitWebEditor’ compiler.c_standard 2011 configure.args --enable-compile-warnings=minimum \ --disable-schemas-compile \ --disable-silent-rules post-activate { system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" } livecheck.type gnome