mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
bf00e497c7
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>
18 lines
337 B
Makefile
18 lines
337 B
Makefile
# 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>
|