# $Id$ PortSystem 1.0 PortGroup xcode 1.0 name burn-app version 2.4 categories sysutils platforms macosx maintainers raimue description Burn.app is a burning application for Mac OS X long_description \ Burn.app is an open source frontend for Apple's DiscBurning \ Framework homepage http://burn-osx.sourceforge.net/ master_sites sourceforge:burn-osx distname burn[strsed ${version} {s/\.//}]src use_zip yes checksums md5 2f061e4db10225482cb1325801cd854d \ sha1 4d3f8088c5391db17571f7cb610e4c4aa8fa7c9c \ rmd160 eaf2dc5037bce711b4d3350bec3abcde837a6248 post-extract { move "${workpath}/Burn Source.localized" ${worksrcpath} } xcode.configuration Release variant universal { # NB: has problems with 64-bit xcode.target "Burn (Universal)" } platform i386 { if {![variant_isset universal]} { xcode.target "Burn (Intel)" configure.build_arch i386 } } platform powerpc { if {![variant_isset universal]} { xcode.target "Burn (PowerPC)" configure.build_arch ppc } } livecheck.type regex livecheck.url http://sourceforge.net/projects/burn-osx/files/ livecheck.regex {/Burn/(\d+\.\d+)/}