# $Id: Portfile,v 1.4 2003/11/17 21:19:53 jkh 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