New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

root/trunk/dports/comms/minicom/Portfile

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
4PortSystem          1.0
5
6name                minicom
7version             2.6.1
8categories          comms
9maintainers         waqar openmaintainer
10platforms           darwin
11license             GPL-2
12
13description         Menu driven communications program
14
15long_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
19homepage            http://alioth.debian.org/projects/minicom
20master_sites        http://alioth.debian.org/frs/download.php/3700
21
22checksums           rmd160 d9c7bf6d661427ff1a4007a917574e4ecd872c50 \
23                    sha256 a6e7bf533c3796f3a67a7d109f328d46497c687ed13885bd1be4ce0548fc4f56
24
25depends_build       port:pkgconfig
26
27depends_lib         port:gettext
28
29depends_run         port:kermit \
30                    port:lrzsz
31
32post-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
37configure.args      --enable-lock-dir=/tmp \
38                    --enable-kermit=${prefix}/bin
Note: See TracBrowser for help on using the browser.