# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name sslh epoch 1 version 1.11 categories net security www platforms darwin maintainers madlon-kay.com:macports openmaintainer license GPL-2+ description ssl/ssh multiplexer long_description sslh lets one accept both HTTPS and SSH connections \ on the same port. It makes it possible to connect \ to an SSH server on port 443 (e.g. from inside a \ corporate firewall) while still serving HTTPS on \ that port. homepage http://www.rutschle.net/tech/sslh.shtml master_sites http://www.rutschle.net/tech/ checksums rmd160 339489f697aee365a9a6dd810036ebcf14629088 \ sha256 e1bf699ac2990954462926c26140b8ae40dabe107bb9aef89967a52c7e141e54 use_configure no variant universal {} build.args CC="${configure.cc} [get_canonical_archflags cc]" destroot { xinstall ${worksrcpath}/sslh-fork ${destroot}${prefix}/sbin/sslh xinstall -m 0644 ${worksrcpath}/sslh.8.gz ${destroot}${prefix}/share/man/man8/ }