1 | # $Id: Portfile 28540 2007-09-03 11:42:45Z mww@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name gst |
---|
5 | version 2.3.6 |
---|
6 | categories lang |
---|
7 | maintainers nomaintainer@macports.org |
---|
8 | description free implementation of Smalltalk-80 |
---|
9 | long_description \ |
---|
10 | GNU Smalltalk is a free implementation of the Smalltalk-80 language \ |
---|
11 | which runs on most versions on Unix and, in general, everywhere you \ |
---|
12 | can find a POSIX-compliance library. An uncommon feature of it is \ |
---|
13 | that it is well-versed to scripting tasks and headless processing. |
---|
14 | homepage http://smalltalk.gnu.org/ |
---|
15 | platforms darwin |
---|
16 | master_sites gnu:smalltalk |
---|
17 | distname smalltalk-${version} |
---|
18 | checksums sha1 2b26f3713a66af26e56a6ee8bb21b128286df014 |
---|
19 | |
---|
20 | depends_lib port:gmp \ |
---|
21 | port:libiconv \ |
---|
22 | port:ncurses \ |
---|
23 | port:ncursesw \ |
---|
24 | port:readline \ |
---|
25 | port:tcl \ |
---|
26 | port:tk |
---|
27 | |
---|
28 | configure.args --disable-generational-gc \ |
---|
29 | --disable-gtk \ |
---|
30 | --infodir=${prefix}/share/info \ |
---|
31 | --mandir=${prefix}/share/man |
---|
32 | |
---|
33 | test.run yes |
---|
34 | test.target check |
---|
35 | |
---|
36 | platform darwin 6 { |
---|
37 | depends_lib-append port:dlcompat |
---|
38 | } |
---|