diff options
author | pav <pav@FreeBSD.org> | 2005-07-12 23:41:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-12 23:41:48 +0800 |
commit | d7f7c858f1e03055c512569cb7f3a681e69ef060 (patch) | |
tree | a06d7e70338b88a8831da8ae3feb0de425858e99 /net/tspc2/Makefile | |
parent | 3fe971060ef114ed9ca3e8f84adef9e318f70717 (diff) | |
download | freebsd-ports-gnome-d7f7c858f1e03055c512569cb7f3a681e69ef060.tar.gz freebsd-ports-gnome-d7f7c858f1e03055c512569cb7f3a681e69ef060.tar.zst freebsd-ports-gnome-d7f7c858f1e03055c512569cb7f3a681e69ef060.zip |
Instead of a Web interface, which is usually offered by traditional tunnel
brokers, Freenet6 uses an innovative model based on the TSP Client. The TSP
Client is software that usually runs on a PC and that implements the Tunnel
Setup Protocol (TSP). The TSP Client is used to automatically negotiate a
configured tunnel between a PC or router and the Freenet6 tunnel broker,
making IPv6 easy to install and maintain. The TSP Client source code is
licensed under the GPL. A commercial license is also available.
PR: ports/83260
Submitted by: Linas Valiukas <shirshegsm@gmail.com>
Diffstat (limited to 'net/tspc2/Makefile')
-rw-r--r-- | net/tspc2/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net/tspc2/Makefile b/net/tspc2/Makefile new file mode 100644 index 000000000000..9b3a1fb5c154 --- /dev/null +++ b/net/tspc2/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: tspc2 +# Date created: 11 July 2005 +# Whom: pypt +# +# $FreeBSD$ +# + +PORTNAME= tspc2 +PORTVERSION= 2.1.1 +CATEGORIES= net ipv6 +MASTER_SITES= http://www.hexago.com/files/ +DISTNAME= tspc-${PORTVERSION}-src +EXTRACT_SUFX= .tgz + +MAINTAINER= shirshegsm@gmail.com +COMMENT= TSP (Tunnel Setup Protocol) client from Freenet6 + +WRKSRC= ${WRKDIR}/tspc2 +MAN5= tspc.conf.5 +MAN8= tspc.8 +USE_RC_SUBR= tspc2.sh + +MAKE_ARGS= target=freebsd installdir=${PREFIX} + +.include <bsd.port.mk> |