diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-12-14 03:21:51 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-12-14 03:21:51 +0000 |
commit | bf00e497c78442f366db7030abef9ae4e0d7f957 (patch) | |
tree | 8a296de08af8cdc4a4d48bbea32807cb77ecfd07 /net/udptunnel/Makefile | |
parent | Update to XSane 0.82. (diff) |
New port: UDPTunnel
UDPTunnel is a small program which can tunnel UDP packets bi-directionally
over a TCP connection. Its primary purpose (and original motivation) is to
allow multi-media conferences to traverse a firewall which allows only
outgoing TCP connections.
PR: ports/32820
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
Diffstat (limited to 'net/udptunnel/Makefile')
-rw-r--r-- | net/udptunnel/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/udptunnel/Makefile b/net/udptunnel/Makefile new file mode 100644 index 000000000000..003d9444e759 --- /dev/null +++ b/net/udptunnel/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: udptunnel +# Date created: 14 December 2001 +# Whom: Yen-Ming Lee <leeym@leeym.com> +# +# $FreeBSD$ +# + +PORTNAME= udptunnel +PORTVERSION= 1.1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/lennox/udptunnel/ + +MAINTAINER= leeym@leeym.com + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |