Ticket #2292: Portfile

File Portfile, 652 bytes (added by gui_dos@…, 20 years ago)

Portfile for chmlib-0.35

Line 
1# $Id: $
2
3PortSystem 1.0
4name            chmlib
5version         0.35
6categories      textproc
7description     A library for dealing with Microsoft ITSS/CHM files
8long_description        \
9                chmlib is a small library designed for accessing \
10                Microsoft ITSS files. The ITSS file format is used for \
11                Microsoft Html Help files (.chm), which have been the \
12                predominant medium for software documentation from \
13                Microsoft during the past several years.
14homepage        http://66.93.236.84/~jedwin/projects/chmlib/
15master_sites    $homepage
16extract.suffix  .tgz
17checksums       md5 8fa0e692b2606a03fb51589f66a82eec
18configure.args  --disable-io64
19destroot.post_args      INSTALLPREFIX=${destroot}${prefix}
20