# $Id: Portfile,v 1.1 2005/10/25 15:46:38 mww Exp $

PortSystem 1.0

name			dynamite
version			0.1
categories		archivers
platforms		darwin
maintainers		mww@opendarwin.org
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

platform darwin 8 {
	configure.env	CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0
}
