Ticket #5794: Portfile

File Portfile, 673 bytes (added by pierre@…, 18 years ago)

Portfile for corkscrew-2.0

Line 
1# $Id: $
2
3PortSystem          1.0
4
5name                corkscrew
6categories          net
7version             2.0
8platforms           darwin
9maintainers         pierre@queinnec.org
10description         Tunnel SSH through HTTP proxies.
11long_description    \
12    Corkscrew is a tool for tunneling SSH through HTTP proxies.
13
14homepage            http://www.agroman.net/corkscrew/
15checksums           md5 35df77e7f0e59c0ec4f80313be52c10a
16
17configure.env       CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
18configure.args      --host=ppc
19
20post-destroot {
21    xinstall -d ${destroot}${prefix}/share/${name}
22    xinstall -m 644 -W ${worksrcpath} README TODO ${destroot}${prefix}/share/${name}
23}