# $Id: Portfile 85095 2011-10-09 20:34:04Z jmr@macports.org $

PortSystem          1.0

name                chmlib
version             0.40
categories          textproc
license             LGPL-2.1+
maintainers         nomaintainer
description         A library for dealing with Microsoft ITSS/CHM files
long_description \
   chmlib is a small library designed for accessing Microsoft ITSS files. \
   The ITSS file format is used for Microsoft Html Help files (.chm), which \
   have been the predominant medium for software documentation from \
   Microsoft during the past several years.

platforms           darwin

homepage            http://www.jedrea.com/chmlib/
master_sites        ${homepage}
use_bzip2           yes

checksums           md5     7ea49ed8c335215c1edc6fae83e6b912 \
                    sha1    5231d7531e8808420d7f89fd1e4fdbac1ed7a167 \
                    rmd160  f79d6b3d94f8eb8aa0c517c0805d2ac8e1128f64

configure.args      --disable-io64 --enable-examples

livecheck.type      regex
livecheck.regex     ${name}-(\[0-9.\]+)\\.tar
