1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name stfl |
---|
6 | version 0.20 |
---|
7 | categories devel |
---|
8 | platforms darwin |
---|
9 | maintainers lutz.horn@fastmail.fm |
---|
10 | |
---|
11 | description Structured Terminal Forms Language/Library |
---|
12 | long_description STFL is a library which implements a curses-based widget \ |
---|
13 | set for text terminals. A special language (the \ |
---|
14 | Structured Terminal Forms Language) is used to describe \ |
---|
15 | STFL GUIs. The language is designed to be easy and fast \ |
---|
16 | to write so an application programmer does not need to \ |
---|
17 | spend ages fiddling around with the GUI and can \ |
---|
18 | concentrate on the more interesting programming tasks. |
---|
19 | |
---|
20 | homepage http://www.clifford.at/stfl/ |
---|
21 | master_sites http://www.clifford.at/stfl/ |
---|
22 | distname stfl-${version} |
---|
23 | |
---|
24 | checksums md5 905e0b8f81fe1b5c95b8d78f56df966b \ |
---|
25 | sha1 0bd33d44fd71c8e2f1383fab52d4db547384024c \ |
---|
26 | rmd160 d99415b39c110459a5f10eb58242291fb4a87ce4 |
---|
27 | |
---|
28 | depends_lib port:ncursesw \ |
---|
29 | port:libiconv |
---|
30 | |
---|
31 | patchfiles patch-Makefile.cfg.diff \ |
---|
32 | patch-Makefile.diff |
---|
33 | |
---|
34 | configure {} |
---|