Changeset 12760 for trunk/dports/aqua/CosmicDebris
- Timestamp:
- Jun 21, 2005, 7:37:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/aqua/CosmicDebris/Portfile
r12756 r12760 1 # $Id: Portfile,v 1. 5 2005/06/20 23:51:11 mattExp $1 # $Id: Portfile,v 1.6 2005/06/21 07:37:06 mww Exp $ 2 2 3 3 PortSystem 1.0 … … 27 27 build.target { -project "Cosmic Debris.xcode" -target "Cosmic Debris" } 28 28 29 set appdir build 30 platform darwin 8 { 31 set appdir build/Deployment 32 } 33 29 34 destroot { set appPath ${destroot}/Applications/DarwinPorts 30 35 file mkdir ${appPath} 31 file copy "${worksrcpath}/ build/Cosmic Debris.app" ${appPath}36 file copy "${worksrcpath}/${appdir}/Cosmic Debris.app" ${appPath} 32 37 } 33 38
Note: See TracChangeset
for help on using the changeset viewer.