# $Id: Portfile,v 1.1 2005/04/29 16:15:43 toby Exp $

PortSystem 1.0
name             ptunnel
version          0.60
categories       net
maintainers      toby@opendarwin.org
description      tunnel over ICMP
long_description \
	Ptunnel is an application that allows you to reliably tunnel \
	TCP connections to a remote host using ICMP echo request and \
	reply packets, commonly known as ping requests and replies.
homepage         http://www.cs.uit.no/~daniels/PingTunnel/
platforms        darwin

master_sites     ${homepage}
distname         PingTunnel-${version}
checksums        md5 2556e51ab975371ed8cad0aa87899aad

worksrcdir       PingTunnel

configure        {}

destroot.destdir prefix=${destroot}${prefix} \
                 bindir="\\\$(prefix)/sbin"
