# $Id: Portfile 91970 2012-04-14 10:26:50Z jmr@macports.org $

PortSystem 1.0

name		gst-dev
replaced_by	gst
version		3.1
categories	lang
maintainers	nomaintainer
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://smalltalk.gnu.org/
platforms	darwin
distfiles

pre-configure {
	ui_error "${name} has been replaced by ${replaced_by}; please install ${replaced_by} instead."
	return -code error "obsolete port"
}

livecheck.type none
