blob: 1748d11bf08b5af74d51b41b309080da9cdfe497 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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>
|