# -*- 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 github.setup npat-efault picocom 1.8 categories comms maintainers gmail.com:ranauei openmaintainer platforms darwin license GPL-2 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. checksums rmd160 7903716b827cc5fef7fe3d67a94d2f41bd5f1201 \ sha256 e7a77e8315f00f344600f8567c344723426dbf9c306826ffdffd92298e58d555 use_configure no variant universal {} build.target "" build.args CC=${configure.cc} \ CFLAGS="${configure.cflags} [get_canonical_archflags cc]" \ LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]" destroot { xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin xinstall -m 644 ${worksrcpath}/${name}.8 ${destroot}${prefix}/share/man/man8 }