Portfile

# $Id: Portfile 19364 2006-08-31 20:10:26Z pmq@macports.org $

PortSystem 1.0

name corkscrew
categories net
version 2.0
platforms darwin
maintainers pmq@macports.org
description Tunnel SSH through HTTP proxies.
long_description \
Corkscrew is a tool for tunneling SSH through HTTP proxies.

homepage http://www.agroman.net/corkscrew/
master_sites http://www.agroman.net/corkscrew/
checksums md5 35df77e7f0e59c0ec4f80313be52c10a

post-destroot {
xinstall -d ${destroot}${prefix}/share/${name}
xinstall -m 644 -W ${worksrcpath} README TODO ${destroot}${prefix}/share/${name}
}

platform darwin powerpc {
configure.args --host=ppc
}

platform darwin i386 {
configure.args --host=i386
}