# $Id: Portfile 85871 2011-10-17 04:36:17Z jmr@macports.org $

PortSystem 1.0

name                    libgtkhtml
version                 2.11.1
revision                1
description             Lightweight HTML rendering/printing/editing engine
long_description        This is GtkHTML version 2, a lightweight HTML \
                        rendering/printing/editing engine. It was \
                        originally based on KHTMLW, but is now being \
                        developed independently.
maintainers             nomaintainer
categories              gnome www
license                 LGPL
platforms               darwin
homepage                http://www.gnome.org/
master_sites            gnome:sources/libgtkhtml/2.11/
checksums               md5 a1d1a197dcff8c4571659deef5495e24 \
                        sha1 1325c1540091b89cc03d99a1e594285d2e846e50 \
                        rmd160 4f3a65b616c0fbfaaa487d11c8749718708deb2a
depends_build           port:pkgconfig
depends_lib             port:gtk2 port:libxml2 port:gnome-vfs
use_bzip2               yes

configure.args          --mandir=${prefix}/share/man

livecheck.type          regex
livecheck.url \
    http://ftp.gnome.org/pub/GNOME/sources/libgtkhtml/2.11/?C=M\;O=D
livecheck.regex         ${name}-(\[0-9.a-s\]+)\\.tar
