Changeset 83017
- Timestamp:
- 08/23/11 09:13:01 (4 years ago)
- Location:
- trunk/dports/games/2Pong
- Files:
-
- 2 added
- 1 edited
-
Portfile (modified) (3 diffs)
-
files (added)
-
files/patch-Makefile.diff (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/games/2Pong/Portfile
r58210 r83017 2 2 3 3 PortSystem 1.0 4 PortGroup app 1.0 4 5 5 6 name 2Pong 6 7 version 0.6 7 revision 18 revision 2 8 9 categories games 9 10 platforms darwin 10 11 maintainers nomaintainer 12 license GPL-2 13 installs_libs no 14 15 # Compiles ok for x86_64 but crashes on launch 16 supported_archs i386 ppc 11 17 12 18 description Pong game with 2 balls, 2 and 4 player support … … 22 28 port:libsdl_mixer 23 29 30 patchfiles patch-Makefile.diff 31 24 32 use_configure no 25 33 26 build.args CFLAGS="-I${prefix}/include -I${prefix}/include/SDL" 34 build.args CC="${configure.cc} [get_canonical_archflags]" \ 35 CFLAGS="-I${prefix}/include -I${prefix}/include/SDL" 27 36 28 37 destroot.destdir PRE=${destroot}${prefix} … … 30 39 post-destroot { 31 40 reinplace s|${destroot}${prefix}|${prefix}|g ${destroot}${prefix}/bin/2Pong 32 xinstall -d ${destroot}${applications_dir}/2Pong.app/Contents/MacOS33 ln -s ${prefix}/bin/2Pong ${destroot}${applications_dir}/2Pong.app/Contents/MacOS/2Pong34 41 } 42 43 app.icon Graphics/2pongicon.png 35 44 36 45 livecheck.version ${name}-${version}
Note: See TracChangeset
for help on using the changeset viewer.

