Changeset 82783
- Timestamp:
- 08/19/11 18:33:05 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/games/alienblaster/Portfile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/games/alienblaster/Portfile
r81694 r82783 2 2 3 3 PortSystem 1.0 4 PortGroup app 1.0 4 5 5 6 name alienblaster 6 7 version 1.1.0 8 revision 1 7 9 categories games 8 10 platforms darwin 9 11 maintainers nomaintainer 12 license GPL-2+ 13 installs_libs no 10 14 11 15 description action loaded 2D arcade shooter for up to two players … … 23 27 worksrcdir ${name} 24 28 25 configure{29 post-patch { 26 30 reinplace "s|./images|${prefix}/share/${name}/images|g" \ 27 31 ${worksrcpath}/src/global.h \ … … 42 46 } 43 47 48 use_configure no 49 50 variant universal {} 51 52 build.args COMPILER="${configure.cxx} [get_canonical_archflags]" 53 44 54 destroot { 45 55 xinstall -m 755 -s ${worksrcpath}/alienBlaster ${destroot}${prefix}/bin … … 50 60 } 51 61 52 platform darwin { 53 post-destroot { 54 xinstall -m 755 -d ${destroot}${applications_dir}/AlienBlaster.app/Contents/MacOS 55 ln -s ${prefix}/bin/alienBlaster ${destroot}${applications_dir}/AlienBlaster.app/Contents/MacOS/AlienBlaster 56 } 57 } 62 app.name AlienBlaster 63 app.executable alienBlaster 64 app.icon images/alienblastericon.bmp
Note: See TracChangeset
for help on using the changeset viewer.

