# $Id: Portfile,v 1.12 2005/08/11 21:33:13 rshaw Exp $ PortSystem 1.0 name Platypus version 3.1 categories aqua devel maintainers darwinports@opendarwin.org description Program for creating application wrappers around scripts. long_description Platypus is a program for creating application \ wrappers around scripts, i.e. creating MacOS X \ applications that execute a script they are bundled \ with. Scripts can thus be run transparently from the \ graphical window environment without having to \ resort to using the command line interface. It \ supports drag and drop on created apps, running as \ root using Authentication Manager and more. homepage http://sveinbjorn.sytes.net master_sites ${homepage}/files/software/platypus/ distname platypus${version}.src extract.suffix .tgz checksums md5 1ee3c30edd20622107b3bbede1f5b634 platforms darwin set worksrcdir "${name} Project" use_configure no build.type pbx build.target -buildstyle Deployment -target ${name} destroot { xinstall -d -m 755 ${destroot}/Applications/DarwinPorts system "cp -R '${worksrcpath}'/build/${name}.app \ ${destroot}/Applications/DarwinPorts/${name}.app" }