Changeset 82692
- Timestamp:
- 08/18/11 06:29:43 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/games/starfighter/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/games/starfighter/Portfile
r63678 r82692 2 2 3 3 PortSystem 1.0 4 PortGroup app 1.0 4 5 5 6 name starfighter 6 7 version 1.1-1 8 revision 1 7 9 categories games 8 10 platforms darwin 9 11 maintainers nomaintainer 10 license GPL-2 12 license GPL-2+ 11 13 12 14 description 2D Space Shooter … … 37 39 use_configure no 38 40 39 build.args PREFIX=${prefix} 41 variant universal {} 42 43 build.args PREFIX=${prefix} \ 44 CXX="${configure.cxx} [get_canonical_archflags]" 40 45 41 46 destroot.destdir PREFIX=${destroot}${prefix} 42 47 43 48 post-destroot { 44 xinstall -d ${destroot}${prefix}/share/doc/${name} \ 45 ${destroot}${applications_dir}/Starfighter.app/Contents/MacOS 49 xinstall -d ${destroot}${prefix}/share/doc/${name} 46 50 xinstall -m 644 ${worksrcpath}/docs/LICENSE \ 47 51 ${destroot}${prefix}/share/doc/${name} 48 ln -s ${prefix}/bin/starfighter ${destroot}${applications_dir}/Starfighter.app/Contents/MacOS/Starfighter49 52 } 53 54 app.identifier uk.co.parallelrealities.${app.name}
Note: See TracChangeset
for help on using the changeset viewer.

