diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-18 17:48:16 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-18 17:48:16 +0000 |
commit | 201306cc0713f3b1ffffa660344210a5ca4d2959 (patch) | |
tree | 0e2bf731cfa40093b4a7c76a50882d9f6cf3fa4b /net/tund/Makefile | |
parent | 87af739a9cc9b6b98524bd271523157fc3650bdb (diff) |
Notes
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 |