a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name tgzdrop
version 0.6
categories archivers aqua
maintainers nomaintainer@macports.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/MacPorts \
&& ditto -rsrcFork \
${workpath}/${name}-${version}/Project\\ Builder\\ Files/build/tgzdrop.app \
${destroot}/Applications/MacPorts/tgzdrop.app" }
destroot.target