Changeset 22454
- Timestamp:
- 03/01/07 02:32:28 (23 months ago)
- Location:
- trunk/dports/audio/libsdl_mixer-framework
- Files:
-
- 1 added
- 1 modified
-
Portfile (modified) (3 diffs)
-
files/PBProjects-SDL_mixer.xcodeproj-project.pbxproj.patch (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/audio/libsdl_mixer-framework/Portfile
r20408 r22454 22 22 port:libsdl_mixer 23 23 24 patchfiles PBProjects-SDL_mixer.xcodeproj-project.pbxproj.patch 25 24 26 variant macosx i386 { 25 patchfiles native_midi_mac.c.patch27 patchfiles-append native_midi_mac.c.patch 26 28 } 27 29 … … 50 52 reinplace "s|\$HOME/Library/Frameworks|/Library/Frameworks|g" ${pbx} 51 53 reinplace "s|build/SDL_mixer.framework|${buildindir}/SDL_mixer.framework|g" ${pbx} 54 file mkdir "${worksrcpath}/PBProjects/SDL_mixer.xcodeproj" 52 55 } 53 56 … … 61 64 build/Frameworks/SDL_mixer.framework/SDL_mixer" 62 65 } 66 67 test.cmd make 68 test.dir ${worksrcpath} 69 test.run yes 70 test.target check 63 71 64 72 destroot.cmd {}

