# $Id: Portfile 67351 2010-05-06 13:03:46Z ryandesign@macports.org $

PortSystem          1.0
name                csshX
version             0.72
categories          net sysutils security
maintainers         nomaintainer
description         Cluster ssh tool for Terminal.app
long_description \
   csshX is a tool to allow simultaneous control of multiple SSH sessions. \
   csshX will attempt to create an SSH session to each remote host in \
   separate Terminal.app windows. A master window will also be created. All \
   keyboard input in the master will be sent to all the slave windows.

platforms           darwin

homepage            http://code.google.com/p/csshx/
master_sites        googlecode
extract.suffix      .tgz

checksums           md5     15178bbdaaa8f949bd583bd639577232 \
                    sha1    a77f3047ebba8e77eced296db49dd359d5e19742 \
                    rmd160  ba9d1dc7addd51713a9225ed77a985e4b5eaca61

# Note this does not depend on MacPorts' perl but the system one for
# things like Foundation.pm...

use_configure       no
if {[info exists supported_archs]} {
    supported_archs noarch
}

build               {}

destroot {
   xinstall -m 755 -W ${worksrcpath} csshX ${destroot}${prefix}/bin
   system "/usr/bin/pod2man ${worksrcpath}/csshX \
      ${destroot}${prefix}/share/man/man1/csshX.1"
}

