PortSystem      1.0

name            lcab
version         1.0b12
categories      archivers
platforms       darwin
maintainers     nomaintainer
license         GPL-2+
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.

# Note, as of 2011-10-13 the hostname here doesn't resolve, leaving to
# keep lint quiet...
homepage        http://coding.wooyayhoopla.be/lcab/
master_sites    debian:l/${name}
distname        ${name}_${version}.orig
worksrcdir      ${name}-${version}

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

