1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name c3270 |
---|
5 | version 3.3.11ga6 |
---|
6 | categories comms |
---|
7 | maintainers deadpixi.com:jking |
---|
8 | platforms darwin |
---|
9 | |
---|
10 | description A console-based IBM3270 terminal emulator. |
---|
11 | long_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 | |
---|
19 | homepage http://x3270.bgp.nu/index.html |
---|
20 | master_sites sourceforge:x3270 |
---|
21 | |
---|
22 | depends_lib port:openssl \ |
---|
23 | port:ncurses \ |
---|
24 | port:readline \ |
---|
25 | port:libiconv |
---|
26 | |
---|
27 | distfiles suite3270-${version}-src.tgz |
---|
28 | checksums md5 01d6d3809a457e6f6bd3731642e0c02d \ |
---|
29 | sha1 c72c4f72313659863e8718ffdcd43b03aa77b8e5 \ |
---|
30 | rmd160 1f5214a2e18f2cbea7aa7a1d81f943f07e8f0dce |
---|
31 | |
---|
32 | worksrcdir c3270-3.3 |
---|
33 | configure.args --disable-apl \ |
---|
34 | --disable-dbcs \ |
---|
35 | --disable-script \ |
---|
36 | --enable-history \ |
---|
37 | --bindir=${prefix}/bin \ |
---|
38 | --mandir=${prefix}/share/man |
---|
39 | |
---|