mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
b48da6b6c5
Requested by: roam (on ports-developers@)
21 lines
394 B
Makefile
21 lines
394 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= ports@FreeBSD.org
|
|
COMMENT= An UCSPI-based TCP forwarder
|
|
|
|
MAN1= urelay.1
|
|
MANCOMPRESSED= yes
|
|
PLIST_FILES= bin/urelay
|
|
|
|
.include <bsd.port.mk>
|