Ticket #19762: Portfile

File Portfile, 1.3 KB (added by lutz.horn@…, 15 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4
5name                stfl
6version             0.20
7categories          devel
8platforms           darwin
9maintainers         lutz.horn@fastmail.fm
10
11description         Structured Terminal Forms Language/Library
12long_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
20homepage            http://www.clifford.at/stfl/
21master_sites        http://www.clifford.at/stfl/
22distname            stfl-${version}
23
24checksums           md5     905e0b8f81fe1b5c95b8d78f56df966b \
25                    sha1    0bd33d44fd71c8e2f1383fab52d4db547384024c \
26                    rmd160  d99415b39c110459a5f10eb58242291fb4a87ce4
27
28depends_lib         port:ncursesw \
29                    port:libiconv
30
31patchfiles          patch-Makefile.cfg.diff \
32                    patch-Makefile.diff
33
34configure           {}