# -*- 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 libgtkhtml3 set my_name gtkhtml version 3.30.1 set branch [join [lrange [split ${version} .] 0 1] .] maintainers nomaintainer categories gnome platforms darwin description GTK HTML rendering engine. long_description \ GtkHTML is a lightweight HTML rendering/printing/editing \ engine. It was originally based on KHTMLW, part of the \ KDE project, but is now being developed independently. homepage http://www.gnome.org/ master_sites gnome:sources/${my_name}/${branch}/ distname ${my_name}-${version} use_bzip2 yes checksums md5 f858b359511f1e1437ad826f4ce0eda9 \ sha1 e72ace1cf3461d3b01746e7ebcfef6e94124103b \ rmd160 e47734cf521bfe20ebd340162769b8c372f453e9 depends_build port:pkgconfig \ port:intltool \ port:p5-xml-parser \ port:gnome-icon-theme \ port:iso-codes depends_lib port:libsoup \ port:enchant \ port:jpeg \ port:gconf \ port:libgnomeui depends_run port:gnome-icon-theme # enchant is not universal universal_variant no use_parallel_build yes test.run yes test.dir $worksrcpath/gtkhtml test.target test-verbose livecheck.type regex livecheck.url http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}