Changeset 83237
- Timestamp:
- 08/28/11 23:46:18 (4 years ago)
- Location:
- trunk/dports/games/rocksndiamonds
- Files:
-
- 1 added
- 1 edited
-
Portfile (modified) (3 diffs)
-
files/rocks_icon_32x32.png (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/games/rocksndiamonds/Portfile
r69312 r83237 3 3 4 4 PortSystem 1.0 5 PortGroup app 1.0 5 6 6 7 name rocksndiamonds 7 8 version 3.3.0.1 9 revision 1 8 10 categories games 9 11 platforms darwin 10 12 maintainers phw openmaintainer 13 license GPL-2+ 14 11 15 description Arcade style game Boulderdash or Emerald Mine clone 12 16 long_description Arcade style game Boulderdash (C64) or Emerald Mine \ … … 28 32 port:libsdl_image \ 29 33 port:libsdl_mixer \ 30 port:libsdl_net \ 31 port:libranlib 34 port:libsdl_net 32 35 33 # libranlib is not universal 34 universal_variant no 35 36 configure { 36 post-patch { 37 37 reinplace "s|_PREFIX_|${prefix}|g" ${worksrcpath}/Makefile 38 38 } 39 39 40 use_configure no 41 42 # ranlib: archive member: game_sp.a(main.o) size too large (archive member extends past the end of the file) 43 use_parallel_build no 44 40 45 build.target sdl 41 build.args CC= ${configure.cc}46 build.args CC="${configure.cc} [get_canonical_archflags]" 42 47 43 48 destroot { … … 49 54 } 50 55 51 platform macosx { 52 post-destroot { 53 file mkdir ${destroot}${applications_dir}/RocksnDiamonds.app/Contents/MacOS 54 ln -s ${prefix}/bin/rocksndiamonds \ 55 ${destroot}${applications_dir}/RocksnDiamonds.app/Contents/MacOS/RocksnDiamonds 56 } 57 } 56 app.name Rocks'n'Diamonds 57 #app.icon graphics/gfx_classic/rocks_icon_32x32.pcx 58 app.icon ${filespath}/rocks_icon_32x32.png 59 60 # convert work/rocksndiamonds-*/graphics/gfx_classic/rocks_icon_32x32.pcx -transparent '#000000' /tmp/rocks.png 61 # pngcrush /tmp/rocks.png files/rocks_icon_32x32.png 58 62 59 63 livecheck.type regex
Note: See TracChangeset
for help on using the changeset viewer.

