# $Id$ PortSystem 1.0 PortGroup xcode 1.0 name MacPorts_Framework version 0.1.0 categories devel macports framework maintainers rhwood armahg openmaintainer description Cocoa framework for MacPorts. long_description \ MacPorts.framework is a framework for linking Cocoa applications to the \ MacPorts infrastructure. homepage http://www.macports.org #master_sites #distname ${name} #checksums md5 c586fd603d9978b306aee428ea39e329 platforms macosx fetch.type svn svn.url http://svn.macosforge.org/repository/macports/contrib/MacPorts_Framework worksrcdir MacPorts_Framework xcode.target MacPorts xcode.configuration Release xcode.destroot.type framework #Making sure that frameworks_dir exists. Can remove this after #MacPorts 1.7.0 is released if {! [info exists frameworks_dir] } { set frameworks_dir /Library/Frameworks } #Clean up MPHelperInstallTool and MPHelperTool from directory post-destroot { file delete ${destroot}${frameworks_dir}/MPHelperTool \ ${destroot}${frameworks_dir}/MPHelperInstallTool }