Changeset 82983
- Timestamp:
- 08/22/11 20:54:44 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/games/atanks/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/games/atanks/Portfile
r82452 r82983 2 2 3 3 PortSystem 1.0 4 PortGroup app 1.0 4 5 5 6 name atanks 6 7 version 5.1 8 revision 1 7 9 categories games 8 10 platforms darwin … … 44 46 platform darwin { 45 47 build.target osx 46 post-destroot {47 xinstall -d ${destroot}${applications_dir}/ATanks.app/Contents/MacOS48 ln -s ${prefix}/bin/atanks \49 ${destroot}${applications_dir}/ATanks.app/Contents/MacOS/ATanks50 }51 48 } 49 50 app.name ATanks 51 app.icon atanks.png 52 52 53 53 livecheck.type regex
Note: See TracChangeset
for help on using the changeset viewer.

