Portfile

# $Id: Portfile 20398 2006-11-03 02:11:59Z jberry@macports.org $

PortSystem 1.0
name unshield
version 0.5
categories archivers compression sysutils
maintainers nomaintainer@macports.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}
}