# $Id: Portfile 56299 2009-08-26 02:30:52Z blb@macports.org $

PortSystem          1.0
name                chmlib
version             0.40
categories          textproc
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

