# $Id: Portfile,v 1.1 2004/01/27 22:06:52 mww Exp $
PortSystem 1.0
name		tgzdrop
version		0.6
categories	archivers aqua
maintainers	mww@opendarwin.org
description	droplet for getting files .tgz-ed
long_description	applescript droplet for OS X. To use tgzdrop, drag a \
			file or folder onto the icon. A tar'd and gzipped file \
			will be produced from them at the same location.
homepage	http://mywebpages.comcast.net/pgorman2003/
master_sites	${homepage}
extract.suffix	.tgz
distname	${name}
checksums	md5 96ae2de74f694fea598573d756035460
platforms	darwin
use_configure	no
build.dir	${workpath}/${name}-${version}/Project Builder Files/
build.type	pbx
build.target
destroot	{ system "install -d ${destroot}/Applications/DarwinPorts \
	&& ditto -rsrcFork \
		${workpath}/${name}-${version}/Project\\ Builder\\ Files/build/tgzdrop.app \
		${destroot}/Applications/DarwinPorts/tgzdrop.app" }
destroot.target
