Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0

name lcab
version 1.0b11
categories archivers
platforms darwin
maintainers nomaintainer@macports.org
description Microsoft .CABinet file creator
long_description LCAB is a small program that creates a MS Cabinet (.CAB) \
file from a set of input files.

homepage http://www.geekshop.be/rien/lcab/
master_sites http://www.geekshop.be/rien/lcab/files/
checksums md5 f23c469c789f4eb4b0500b4770060e85

post-destroot {
xinstall -m 644 ${worksrcpath}/lcab.1 ${destroot}${prefix}/share/man/man1
}