2005-10-29 00:22:46 +02:00
|
|
|
# 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/
|
|
|
|
|
2012-02-27 21:32:31 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-10-29 00:22:46 +02:00
|
|
|
COMMENT= An UCSPI-based TCP forwarder
|
|
|
|
|
|
|
|
MAN1= urelay.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
PLIST_FILES= bin/urelay
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|