df3c9e78bd
*** addresses that seem to be dead: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
21 lines
406 B
Makefile
21 lines
406 B
Makefile
# New ports collection makefile for: tund
|
|
# Date created: 20 July 1999
|
|
# Whom: Sergey Kosyakov <ks@itp.ac.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tund
|
|
PORTVERSION= 0.20
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.chg.ru/pub/networking/freebsd/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= IP over UDP tunnel with encryption
|
|
|
|
USE_OPENSSL= YES
|
|
|
|
MAN8= tund.8
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|