# $Id: Portfile 67323 2010-05-05 15:51:10Z vinc17@macports.org $

PortSystem 1.0

name                    libgtkhtml
version                 2.11.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             vinc17 openmaintainer
categories              gnome www
platforms               darwin
homepage                http://www.gnome.org/
master_sites            gnome:sources/libgtkhtml/2.11/
checksums               md5 a1d1a197dcff8c4571659deef5495e24 \
                        sha1 1325c1540091b89cc03d99a1e594285d2e846e50 \
                        rmd160 4f3a65b616c0fbfaaa487d11c8749718708deb2a
depends_lib             port:gtk2 port:libxml2 port:gnome-vfs
use_bzip2               yes

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

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
