summaryrefslogtreecommitdiff
path: root/net/tund/Makefile
blob: 366b63f7823a8d58d8536031023499ee21223ddd (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
# New ports collection makefile for:   tund
# Version required:    0.11
# Date created:        20 July 1999
# Whom:                Sergey Kosyakov <ks@itp.ac.ru>
#
# $FreeBSD$
#

DISTNAME=	tund-0.20
CATEGORIES=	net
MASTER_SITES=	ftp://ftp.chg.ru/pub/networking/freebsd/

MAINTAINER=	ks@itp.ac.ru

BUILD_DEPENDS=	${LOCALBASE}/lib/libcrypto.a:${PORTSDIR}/security/openssl

.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
MAKE_ENV+=	EXTRA_SSL_LIBS="-lRSAglue -lrsaref"
.endif

MAN8=		tund.8
MANCOMPRESSED=	yes

.include <bsd.port.mk>