# -*- 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 # $Id$ PortSystem 1.0 PortGroup github 1.0 PortGroup xcode 1.0 github.setup BlueM cliclick 3.2 categories sysutils maintainers ryandesign license BSD description a command-line utility for simulating mouse clicks long_description ${name} emulates mouse clicks or series of mouse \ clicks (including double-clicks and Control-clicks) \ at arbitrary screen coordinates homepage http://www.bluem.net/en/mac/cliclick/ checksums rmd160 d66ce0dbd4fbcfdc5f47959aaf92bb14f73318bb \ sha256 11face47f45e53ab83ea2da2c639b34ee8db79857ccdbef66aa2ea869eeb7584 pre-fetch { if {${os.major} < 10} { ui_error "${name} @${version} requires Mac OS X 10.6 or greater." return -code error "incompatible Mac OS X version" } } xcode.configuration Release destroot { xinstall ${worksrcpath}/build/${xcode.configuration}/${name} ${destroot}${prefix}/bin xinstall -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} README.markdown ${destroot}${prefix}/share/doc/${name} }