# $Id: Portfile,v 1.1 2005/10/28 17:18:48 mww Exp $

PortSystem 1.0

name			lcab
version			1.0b11
categories		archivers
platforms		darwin
maintainers		mww@opendarwin.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
}

