RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/games/neverball/Portfile,v
retrieving revision 1.7
diff -u -r1.7 Portfile
|
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name neverball |
6 | | version 1.3.7 |
| 6 | version 1.4.0 |
7 | 7 | categories games |
8 | 8 | platforms darwin |
9 | 9 | maintainers mww@opendarwin.org |
… |
… |
|
14 | 14 | |
15 | 15 | homepage http://icculus.org/neverball/ |
16 | 16 | master_sites ${homepage} |
17 | | checksums md5 b7c0fe079ab88b63b77dd3e3f06819e8 |
18 | | patchfiles patch-Makefile.diff |
| 17 | checksums md5 a6cd860f1c2b7d8cecbcfc05ff228ef0 |
| 18 | patchfiles patch-Makefile.diff patch-ball-main.c patch-putt-main.c |
19 | 19 | |
20 | 20 | depends_lib bin:sdl-config:libsdl \ |
21 | 21 | lib:libSDL_image:libsdl_image \ |
… |
… |
|
34 | 34 | xinstall -d -m 755 ${destroot}${prefix}/share/ |
35 | 35 | file copy ${worksrcpath}/data ${destroot}${prefix}/share/${name} |
36 | 36 | xinstall -s -m 755 ${worksrcpath}/neverball ${destroot}${prefix}/bin |
| 37 | xinstall -s -m 755 ${worksrcpath}/neverputt ${destroot}${prefix}/bin |
37 | 38 | } |
38 | 39 | |
39 | 40 | variant darwin { |
… |
… |
|
41 | 42 | xinstall -d -m 755 ${destroot}/Applications/DarwinPorts/Neverball.app/Contents/MacOS |
42 | 43 | system "ln -s ${prefix}/bin/neverball \ |
43 | 44 | ${destroot}/Applications/DarwinPorts/Neverball.app/Contents/MacOS/Neverball" |
| 45 | xinstall -d -m 755 ${destroot}/Applications/DarwinPorts/Neverputt.app/Contents/MacOS |
| 46 | system "ln -s ${prefix}/bin/neverputt \ |
| 47 | ${destroot}/Applications/DarwinPorts/Neverputt.app/Contents/MacOS/Neverputt" |
44 | 48 | } |
45 | 49 | } |