# $Id: Portfile,v 1.2 2005/10/19 08:10:04 blb Exp $

PortSystem			1.0
name				unshield
version				0.5
categories			archivers compression sysutils
maintainers			blb@opendarwin.org
description			Extract files from InstallShield cabinet files
long_description \
	Extract files from InstallShield-style cabinet files (usually named \
	data1.cab, data1.hdr, data2.cab, etc), versions 5 and later

platforms			darwin

homepage			http://synce.sourceforge.net/synce/unshield.php
master_sites		sourceforge:synce

checksums			md5 ff6bb0fbe962bc00e230592c910b90ce

depends_lib			lib:libz:zlib

post-destroot {
	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
	xinstall -m 644 -W ${worksrcpath} LICENSE README TODO \
		${destroot}${prefix}/share/doc/${name}
}

