16 lines
316 B
Makefile
16 lines
316 B
Makefile
# Created by: 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= UCSPI-based TCP forwarder
|
|
|
|
USES= uidfix
|
|
PLIST_FILES= bin/urelay \
|
|
man/man1/urelay.1.gz
|
|
|
|
.include <bsd.port.mk>
|