# $Id: Portfile 28452 2007-08-31 13:45:02Z nox@macports.org $

PortSystem		1.0

name			dynamite
version			0.1
categories		archivers
platforms		darwin
maintainers		nomaintainer
description		decompress data compressed with the PKWARE library

long_description \
				Dynamite is a tool and library for decompressing data \
				compressed with the PKWARE Data Compression Library.

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

checksums		md5 5e99d9172f60b8084cc6f6ba1a8c8261 \
				sha1 265d1d9fcb6199c98f7a798d911a81a8f588c60b \
				rmd160 781ebb008caf78eec3498a47a6eec291c93235a1

post-destroot {
	set docdir ${prefix}/share/doc/${name}-${version}
	xinstall -d ${destroot}${docdir}
	xinstall -m 0644 ${worksrcpath}/LICENSE ${destroot}${docdir}
}

livecheck.check	regex
livecheck.url	http://sourceforge.net/project/showfiles.php?group_id=30550&package_id=157356
livecheck.regex >(\\d+(?:\\.\\d+)*)</a>

