Ticket #831: Portfile

File Portfile, 656 bytes (added by digdog@…, 21 years ago)

Portfile

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