Changeset 82539
- Timestamp:
- 08/15/11 06:16:23 (4 years ago)
- Location:
- trunk/dports/games/gdash
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/games/gdash/Portfile
r81868 r82539 3 3 4 4 PortSystem 1.0 5 PortGroup app 1.0 5 6 6 7 name gdash 7 8 version 20100212 9 revision 1 8 10 categories games 9 11 platforms darwin … … 33 35 platform macosx { 34 36 depends_build-append port:makeicns 35 post-destroot {36 set app SDash37 xinstall -d ${destroot}${applications_dir}/${app}.app/Contents/MacOS \38 ${destroot}${applications_dir}/${app}.app/Contents/Resources39 xinstall -m 644 ${filespath}/Info.plist.in ${destroot}${applications_dir}/${app}.app/Contents/Info.plist40 reinplace "s|@VERSION@|${version}|g" ${destroot}${applications_dir}/${app}.app/Contents/Info.plist41 ln -s ${prefix}/bin/sdash ${destroot}${applications_dir}/${app}.app/Contents/MacOS/${app}42 system "cd ${worksrcpath} && ${prefix}/bin/makeicns -in ${worksrcpath}/docs/gdash.png -out ${destroot}${applications_dir}/${app}.app/Contents/Resources/${name}.icns"43 }44 37 } 38 39 app.name SDash 40 app.executable sdash 41 app.icon docs/gdash.png 45 42 46 43 livecheck.type regex
Note: See TracChangeset
for help on using the changeset viewer.

