1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | |
---|
4 | name chmdump |
---|
5 | version 20030521 |
---|
6 | homepage http://www.speakeasy.org/~russotto/chm/ |
---|
7 | description a Microsoft HTML Help (.CHM) file dumper. |
---|
8 | long_description A tool that dumps out all the files in a Microsoft HTML Help (.CHM) file. |
---|
9 | categories textproc |
---|
10 | platforms darwin |
---|
11 | maintainers digdog@opendarwin.org |
---|
12 | master_sites http://www.speakeasy.org/~russotto/chm/ |
---|
13 | distname chmtools |
---|
14 | checksums md5 614b91758ddbeb0ab1c4186fdd13d78a |
---|
15 | configure {} |
---|
16 | build.target {} |
---|
17 | install {cd ${workpath}/${distname}; |
---|
18 | system "install -c ${portname} ${destroot}/${prefix}/bin"} |
---|