# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup github 1.0 PortGroup xcode 1.0 github.setup ios-control ios-deploy 1.9.4 revision 1 categories devel license GPL-3+ maintainers {amake @amake} openmaintainer description Install and debug iPhone apps from the command line, without using Xcode long_description ${description} platforms darwin checksums rmd160 dec10dc3053fd6b568ba38afd74c85d715c94d99 \ sha256 f6257f92005896fbb07adb139e62988c53776c0b830180109cb1a139833efe69 \ size 43882 if {[vercmp ${os.major} 19] >= 0} { patchfiles 97d462f72b152384efa04f949391020030108a68.patch \ 3ad1c32ad1bccb27716eeda3b5e3f4cc8f5cf065.patch patch.args -p1 } xcode.configuration Release xcode.target ${name} destroot { xinstall -m 0755 -W ${worksrcpath}/build/${xcode.configuration} \ ${name} ${destroot}${prefix}/bin xinstall -m 0644 -W ${worksrcpath}/build/${xcode.configuration} \ libios-deploy.a ${destroot}${prefix}/lib xinstall -m 0644 -W ${worksrcpath}/build/${xcode.configuration} \ libios_deploy.h ${destroot}${prefix}/include } github.livecheck.regex {([0-9.]+)}