diff options
Diffstat (limited to 'net/tund/Makefile')
-rw-r--r-- | net/tund/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/tund/Makefile b/net/tund/Makefile index f1ca2b834517..366b63f7823a 100644 --- a/net/tund/Makefile +++ b/net/tund/Makefile @@ -6,12 +6,18 @@ # $FreeBSD$ # -DISTNAME= tund-0.11 +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 |