# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem      1.0

name            lcab
version         1.0b12
categories      archivers
platforms       darwin
maintainers     nomaintainer
description     Linux CABinet file creator

long_description \
    LCAB is a small program for linux that creates an uncompressed \
    MS Cabinet File from a set of input files.

homepage        http://coding.wooyayhoopla.be/lcab/
master_sites    ${homepage}/sources

checksums       md5 9403e08f53fcf262e25641a9b900d4de \
                sha1 3e5a1f23f0ea1c991e80322592e3ede9f38ecd94 \
                rmd160 2b6978175248ac048613e4414acc121df103de7a

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

    set docdir ${prefix}/share/doc/${name}-${version}
    xinstall -d ${destroot}${docdir}
    xinstall -m 0644 -W ${worksrcpath} COPYING README ${destroot}${docdir}
}

livecheck.type  none

