Ticket #6570: Portfile.diff
File Portfile.diff, 746 bytes (added by g3zi7y.wu72nfp@…, 19 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile,v 1.4 2005/11/29 18:50:17 toby Exp $ 2 2 3 3 PortSystem 1.0 4 PortGroup xcode 1.0 4 5 name audioslicer 5 6 version 1.0.3 6 7 categories aqua audio … … 27 28 28 29 #patchfiles patch-AudioFile.m patch-AudioSegmentOutlineView.h \ 29 30 # patch-AudioSlicer.xcode__project.pbxproj 30 31 configure {}32 33 build.type pbx34 build.target -project AudioSlicer.xcode35 build.args -configuration Deployment36 37 destroot {38 set appPath ${destroot}/Applications/DarwinPorts39 file mkdir ${appPath}40 file copy ${worksrcpath}/build/Deployment/AudioSlicer.app ${appPath}/AudioSlicer.app41 }