# $Id: Portfile,v 1.2 2006/07/22 05:14:45 pguyot Exp $

PortSystem 1.0

name                corkscrew
categories          net
version             2.0
platforms           darwin
maintainers	        pierre@queinnec.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
}
