mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
21 lines
393 B
Makefile
21 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>
|