a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $
PortSystem 1.0
name chmdump
version 20030521
categories textproc
maintainers digdog@macports.org
description a Microsoft HTML Help (.CHM) file dumper.
long_description \
A tool that dumps out all the files in a \
Microsoft HTML Help (.CHM) file.
homepage http://www.speakeasy.org/~russotto/chm/
platforms darwin
master_sites ${homepage}
distname chmtools
checksums md5 614b91758ddbeb0ab1c4186fdd13d78a
patchfiles patch-chmlib.h
configure {}
build.target
build.args CFLAGS=-D_POSIX_SOURCE
platform darwin powerpc {
build.args CFLAGS="-D_POSIX_SOURCE -DBIG_ENDIAN"
}
destroot {
xinstall -m 555 ${worksrcpath}/${name} ${destroot}/${prefix}/bin
}