1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/udptunnel/Makefile
Clive Lin bf00e497c7 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>
2001-12-14 03:21:51 +00:00

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>