# $Id: Portfile,v 1.21 2006/06/23 12:10:57 rhwood Exp $
PortSystem 1.0
name		abiword2
version		2.4.4
revision	1
description	This port has been made obsolete by the abiword-x11 port.
long_description        This port has been made obsolete by the abiword-x11 port.
maintainers	gnome-darwinports@opendarwin.org
categories	gnome editors textproc
platforms	darwin 
homepage	http://www.abisource.com/
fetch		{
	ui_msg	""
	ui_msg	"Port abiword2 has been superseded by port abiword-x11."
	ui_msg	"abiword-x11 will be installed after removing abiword2."
	ui_msg	""
}
checksum	{}
configure	{}
build		{}
destroot	{}
archive		{}
install		{
	ui_msg	"Removing abiword2"
	system	"port -f uninstall abiword2"
	ui_msg	"Installing abiword-x11"
	system	"port install abiword-x11"
	ui_msg	"Port abiword-x11 has been installed."
}
activate	{}