freebsd-ports/net/urelay/Makefile
Peter Pentchev 9b43722694 Add urelay 1.0, an UCSPI connection proxy. When used in conjunction
with tcpserver and tcpclient, it may serve as a TCP proxy with some
additional benefits such as sending a chunk of data at the start of
the connection and "swallowing" a reply.
2005-10-28 22:22:46 +00:00

20 lines
393 B
Makefile

# New ports collection makefile for: urelay
# Date created: 28 October 2005
# Whom: Peter Pentchev <roam@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= urelay
PORTVERSION= 1.0
CATEGORIES= net
MASTER_SITES= http://devel.ringlet.net/net/urelay/
MAINTAINER= roam@FreeBSD.org
COMMENT= An UCSPI-based TCP forwarder
MAN1= urelay.1
MANCOMPRESSED= yes
PLIST_FILES= bin/urelay
.include <bsd.port.mk>