a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22956 2007-03-20 12:18:10Z takanori@macports.org $
PortSystem 1.0
name gst
version 2.3.3
categories lang
maintainers nomaintainer@macports.org
description free implementation of Smalltalk-80
long_description \
GNU Smalltalk is a free implementation of the Smalltalk-80 language \
which runs on most versions on Unix and, in general, everywhere you \
can find a POSIX-compliance library. An uncommon feature of it is \
that it is well-versed to scripting tasks and headless processing.
homepage http://www.gnu.org/software/smalltalk/
platforms darwin
master_sites gnu:smalltalk
distname smalltalk-${version}
checksums sha1 d9ecd8dd47af254254e44d9f5a8563edb9abb4c2
depends_lib port:gmp \
port:libiconv \
port:ncurses \
port:ncursesw \
port:readline \
port:tcl \
port:tk
configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
configure.args --disable-generational-gc \
--disable-gtk \
--infodir=${prefix}/share/info \
--mandir=${prefix}/share/man
test.run yes
test.target check
platform darwin 6 {
depends_lib-append port:dlcompat
}
platform i386 {
pre-configure {
ui_msg "Intel based Macs are not supported."
exit 1
}
}