# $Id: Portfile 56061 2009-08-24 00:33:19Z ryandesign@macports.org $

PortSystem        1.0

name              ion3
version           3rc-20071109
revision          1
categories        x11 x11-wm
platforms         darwin
maintainers       nomaintainer

description       A tiling window manager for keyboard users
long_description  Ion is a tiling tabbed window manager designed \
                  with keyboard users in mind. It tries to address \
                  the navigation problem by dividing the screen into \
		  mutually non-overlapping frames. As in PWM, the \
		  frames may have multiple clients attached.

homepage          http://modeemi.cs.tut.fi/~tuomov/ion/
master_sites      http://iki.fi/~tuomov/dl/

fetch {
    ui_msg ""
    ui_msg "========================================================================"
    ui_msg "This port has been removed due to concerns on the software license used."
    ui_msg "Should you still want to install it, have a look at:"
    ui_msg "    ${homepage}."
    ui_msg "You can also choose to try out another window manager; to list all the"
    ui_msg "ones directly available using MacPorts, issue the following command:"
    ui_msg "    port list category:x11-wm"
    ui_msg "========================================================================"
    ui_msg ""

    return -code error "This port has been removed."
}
