Ticket #12761: Portfile

File Portfile, 1.2 KB (added by Damien.Pollet@…, 17 years ago)

Updated gst 2.3.6 Portfile

Line 
1# $Id: Portfile 28540 2007-09-03 11:42:45Z mww@macports.org $
2
3PortSystem 1.0
4name             gst
5version          2.3.6
6categories       lang
7maintainers      nomaintainer@macports.org
8description      free implementation of Smalltalk-80
9long_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.
14homepage         http://smalltalk.gnu.org/
15platforms        darwin
16master_sites     gnu:smalltalk
17distname         smalltalk-${version}
18checksums        sha1 2b26f3713a66af26e56a6ee8bb21b128286df014
19
20depends_lib      port:gmp \
21                 port:libiconv \
22                 port:ncurses \
23                 port:ncursesw \
24                 port:readline \
25                 port:tcl \
26                 port:tk
27
28configure.args   --disable-generational-gc \
29                 --disable-gtk \
30                 --infodir=${prefix}/share/info \
31                 --mandir=${prefix}/share/man
32
33test.run         yes
34test.target      check
35
36platform darwin 6 {
37    depends_lib-append port:dlcompat
38}