blob: 949af5402e43400c90ca3d3dbf8a964a2fbf59f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
BROKEN= "Does not build on ia64 or sparc64"
.endif
.include <bsd.port.post.mk>
|