1999-08-02 03:14:57 +00:00
|
|
|
# New ports collection makefile for: tund
|
|
|
|
# Version required: 0.11
|
|
|
|
# Date created: 20 July 1999
|
|
|
|
# Whom: Sergey Kosyakov <ks@itp.ac.ru>
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1999-08-02 03:14:57 +00:00
|
|
|
#
|
|
|
|
|
1999-09-18 17:48:16 +00:00
|
|
|
DISTNAME= tund-0.20
|
1999-08-02 03:14:57 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ftp://ftp.chg.ru/pub/networking/freebsd/
|
|
|
|
|
|
|
|
MAINTAINER= ks@itp.ac.ru
|
|
|
|
|
1999-09-18 17:48:16 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libcrypto.a:${PORTSDIR}/security/openssl
|
|
|
|
|
|
|
|
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
|
|
|
|
MAKE_ENV+= EXTRA_SSL_LIBS="-lRSAglue -lrsaref"
|
|
|
|
.endif
|
|
|
|
|
1999-08-02 03:14:57 +00:00
|
|
|
MAN8= tund.8
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|