1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name THE |
---|
5 | version 3.2 |
---|
6 | categories editors |
---|
7 | platforms darwin |
---|
8 | maintainers deadpixi.com:jking |
---|
9 | |
---|
10 | description The Hessling Editor |
---|
11 | long_description The Hessling Editor (THE) is a text editor modeled after \ |
---|
12 | the XEDIT editor for IBM mainframe operating systems. |
---|
13 | |
---|
14 | homepage http://hessling-editor.sourceforge.net/ |
---|
15 | master_sites sourceforge:hessling-editor |
---|
16 | checksums md5 6cc01734a336812aab383687806af970 \ |
---|
17 | sha1 7b86275c764efadbfb61c8f7c7507b0db1812db3 \ |
---|
18 | rmd160 586f5ab46ad483fb9036651b5ca2bfe1f7b8652d |
---|
19 | |
---|
20 | depends_lib port:rexx \ |
---|
21 | port:ncurses |
---|
22 | |
---|
23 | configure.args --with-ncurses \ |
---|
24 | --with-curseslibdir=${prefix}/lib \ |
---|
25 | --with-cursesincdir=${prefix}/include \ |
---|
26 | --mandir=${prefix}/share/man \ |
---|
27 | --with-rexx=regina |
---|
28 | |
---|
29 | post-destroot { |
---|
30 | # Rename nthe to the, since it's the only one installed. |
---|
31 | file rename ${destroot}${prefix}/bin/nthe ${destroot}${prefix}/bin/the |
---|
32 | } |
---|