Changeset 38840
- Timestamp:
- 08/01/2008 02:22:58 (4 years ago)
- Files:
-
- 1 modified
-
trunk/dports/games/SDLInvaders/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/games/SDLInvaders/Portfile
r38836 r38840 1 1 # $Id$ 2 2 3 PortSystem 1.03 PortSystem 1.0 4 4 5 name SDLInvaders 6 version 0.8.0 7 categories games 8 platforms darwin 9 maintainers nomaintainer 10 description simple clone of the famous Space Invaders game. 11 long_description ${description} 5 name SDLInvaders 6 version 0.8.0 7 categories games 8 platforms darwin 9 maintainers nomaintainer 10 11 description simple clone of the famous Space Invaders game. 12 long_description ${description} 12 13 13 14 # no better homepage available, sf.net only has outdated versions 14 homepage http://sourceforge.net/projects/sdlinvaders 15 master_sites http://csnlinux.genesee.edu/opsys/downloads/software-lesson/ 16 checksums md5 f3fbca07eb05acfae23d2d554a0f1375 15 homepage http://sourceforge.net/projects/sdlinvaders 16 master_sites http://csnlinux.genesee.edu/opsys/downloads/software-lesson/ 17 17 18 depends_lib port:libsdl \ 19 port:libsdl_image \ 20 port:libsdl_mixer 18 checksums md5 f3fbca07eb05acfae23d2d554a0f1375 21 19 22 configure.args --disable-sdltest 20 depends_lib port:libsdl \ 21 port:libsdl_image \ 22 port:libsdl_mixer 23 24 configure.args --disable-sdltest 23 25 24 26 # Can be removed once MacPorts 1.7.0 is released … … 27 29 } 28 30 29 platform darwin {30 post-destroot{31 file attributes \32 ${destroot}${prefix}/share/SDLInvaders/highscores \33 -permissions +w34 xinstall -d ${destroot}${applications_dir}/${name}.app/Contents/MacOS35 ln -s ${prefix}/bin/${name} \36 ${destroot}${applications_dir}/${name}.app/Contents/MacOS37 }31 platform darwin { 32 post-destroot { 33 file attributes \ 34 ${destroot}${prefix}/share/SDLInvaders/highscores \ 35 -permissions +w 36 xinstall -d ${destroot}${applications_dir}/${name}.app/Contents/MacOS 37 ln -s ${prefix}/bin/${name} \ 38 ${destroot}${applications_dir}/${name}.app/Contents/MacOS 39 } 38 40 }

