# -*- 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.24.2 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 d6b7471d2806d28d76b09b20f6ea86b0 \ sha1 428da22a6cf0b7c87d994da5891554390b76473b \ rmd160 25ac1d406acf8258bb6e965fcdd4083452fc459a depends_build port:pkgconfig \ port:intltool \ port:gnome-icon-theme \ port:iso-codes \ port:enchant depends_lib port:gettext \ port:gtk2 \ port:libsoup \ port:libgnomeui \ port:libbonobo \ port:libbonoboui \ port:orbit2 depends_run port:gnome-icon-theme use_parallel_build yes patchfiles patch-configure.diff test.run yes test.dir $worksrcpath/gtkhtml test.target test-verbose livecheck.check regex livecheck.url http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}