|
Revision 92682, 1.3 KB
(checked in by ryandesign@…, 3 weeks ago)
|
|
minicom: adjust whitespace; add modeline; see #33447
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # -*- 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 |
|---|
| 2 | # $Id$ |
|---|
| 3 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | |
|---|
| 6 | name minicom |
|---|
| 7 | version 2.6.1 |
|---|
| 8 | categories comms |
|---|
| 9 | maintainers waqar openmaintainer |
|---|
| 10 | platforms darwin |
|---|
| 11 | license GPL-2 |
|---|
| 12 | |
|---|
| 13 | description Menu driven communications program |
|---|
| 14 | |
|---|
| 15 | long_description Minicom is a menu driven communications program. It \ |
|---|
| 16 | emulates ANSI and VT102 terminals. It has a dialing \ |
|---|
| 17 | directory and auto zmodem download. |
|---|
| 18 | |
|---|
| 19 | homepage http://alioth.debian.org/projects/minicom |
|---|
| 20 | master_sites http://alioth.debian.org/frs/download.php/3700 |
|---|
| 21 | |
|---|
| 22 | checksums rmd160 d9c7bf6d661427ff1a4007a917574e4ecd872c50 \ |
|---|
| 23 | sha256 a6e7bf533c3796f3a67a7d109f328d46497c687ed13885bd1be4ce0548fc4f56 |
|---|
| 24 | |
|---|
| 25 | depends_build port:pkgconfig |
|---|
| 26 | |
|---|
| 27 | depends_lib port:gettext |
|---|
| 28 | |
|---|
| 29 | depends_run port:kermit \ |
|---|
| 30 | port:lrzsz |
|---|
| 31 | |
|---|
| 32 | post-patch { |
|---|
| 33 | reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/src/rwconf.c |
|---|
| 34 | reinplace "s|/usr/bin/ascii-xfr|${prefix}/bin/ascii-xfr|g" ${worksrcpath}/src/rwconf.c |
|---|
| 35 | } |
|---|
| 36 | |
|---|
| 37 | configure.args --enable-lock-dir=/tmp \ |
|---|
| 38 | --enable-kermit=${prefix}/bin |
|---|