# -*- 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 name picocom version 1.7 categories comms maintainers gmail.com:ranauei platforms darwin description Minimal dumb-terminal emulation program long_description \ Picocom was designed to serve as a simple, manual, \ modem configuration, testing, and debugging tool. \ It has also served (quite well) as a low-tech \ "terminal-window" to allow operator intervention in \ PPP connection scripts (something like the ms-windows \ "open terminal window before / after dialing" feature). \ It could also prove useful in many other similar tasks. homepage http://code.google.com/p/picocom master_sites googlecode checksums sha256 d0f31c8f7a215a76922d30c81a52b9a2348c89e02a84935517002b3bc2c1129e \ rmd160 f1311e84d21aa359dd98ed74d85ca7a94050e10f patchfiles patch-picocom.c.diff patch-term.c.diff use_configure no build.target "" build.args CC=${configure.cc} destroot { xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin xinstall -m 644 ${worksrcpath}/${name}.8 ${destroot}${prefix}/share/man/man8 }