# $Id: Portfile 30239 2007-10-23 01:55:09Z jmpp@macports.org $

PortSystem 1.0
name             ptunnel
version          0.61
categories       net
maintainers      nomaintainer
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 ae01f6587d3915ec6642befe37035c58

worksrcdir       PingTunnel

patchfiles       patch-ptunnel.h
use_configure    no

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