a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22255 2007-02-24 07:55:42Z markd@macports.org $
PortSystem 1.0
name Chmox
version 0.4
categories aqua textproc
maintainers waqar@macports.org
description Read CHM documents on your Mac
long_description \
A viewer for Microsoft Help "CHM" (aka Compiled HTML) files \
on Mac OS X 10.3 using Cocoa, WebKit and chmlib.
homepage http://chmox.sourceforge.net
platforms macosx
fetch.type cvs
cvs.root :pserver:anonymous@chmox.cvs.sourceforge.net:/cvsroot/chmox
cvs.module Sources
worksrcdir Sources
use_configure no
build.type pbx
build.target -target ${name}
build.args build
destroot {
cd ${worksrcpath}
system "${build.cmd} install ${build.target} \
INSTALL_PATH=/Applications/MacPorts \
INSTALL_MODE_FLAG=go-w,a+rX DSTROOT=${destroot}"
}