mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
2e4ddf6533
TUND allows to organize IP over IP tunnel (IP packets are incapsulated into UDP one). It works together with FreeBSD ipfw(8). Can be used for tunneling private networks behind NATD. PR: 12718 Submitted by: Sergey Kosyakov <ks@itp.ac.ru>
19 lines
349 B
Makefile
19 lines
349 B
Makefile
# New ports collection makefile for: tund
|
|
# Version required: 0.11
|
|
# Date created: 20 July 1999
|
|
# Whom: Sergey Kosyakov <ks@itp.ac.ru>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= tund-0.11
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.chg.ru/pub/networking/freebsd/
|
|
|
|
MAINTAINER= ks@itp.ac.ru
|
|
|
|
MAN8= tund.8
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|