Ticket #27419: Portfile

File Portfile, 1.0 KB (added by jking+macports@…, 13 years ago)
Line 
1# $Id$
2
3PortSystem                      1.0
4name                            c3270
5version                         3.3.11ga6
6categories                      comms
7maintainers                     deadpixi.com:jking
8platforms                       darwin
9
10description                     A console-based IBM3270 terminal emulator.
11long_description        A console-based emulator for the IBM3270 terminal. \
12                                        It is capable of emulating both the     IBM3279 (color) \
13                                        and     IBM3278 (monochrome) terminals. \
14                                        \
15                                        This port is a good     alternative     to the x3270 port \
16                                        for     those users     who     do not with     to install the X11 \
17                                        dependencies of that package.
18
19homepage                        http://x3270.bgp.nu/index.html
20master_sites            sourceforge:x3270
21
22depends_lib                     port:openssl  \
23                                        port:ncurses  \
24                                        port:readline \
25                                        port:libiconv
26
27distfiles                       suite3270-${version}-src.tgz
28checksums                       md5     01d6d3809a457e6f6bd3731642e0c02d \
29                                        sha1 c72c4f72313659863e8718ffdcd43b03aa77b8e5 \
30                                        rmd160 1f5214a2e18f2cbea7aa7a1d81f943f07e8f0dce
31
32worksrcdir                      c3270-3.3
33configure.args          --disable-apl \
34                                        --disable-dbcs \
35                                        --disable-script \
36                                        --enable-history \
37                                        --bindir=${prefix}/bin \
38                                        --mandir=${prefix}/share/man
39