diff options
author | kris <kris@FreeBSD.org> | 2000-02-06 22:11:36 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-02-06 22:11:36 +0000 |
commit | 2d26bba219e73de15765378157dedbdb16ae157e (patch) | |
tree | 6ecc269f58f7bd9dd1bcaaa19f18dc15a1aca792 /net/SSLtelnet/Makefile | |
parent | 0b3d7b8b90d344deb9dd62785e3c9405eb5e95e6 (diff) | |
download | FreeBSD-ports-2d26bba219e73de15765378157dedbdb16ae157e.zip FreeBSD-ports-2d26bba219e73de15765378157dedbdb16ae157e.tar.gz |
USE_OPENSSL
Assisted by: Jim Bloom <bloom@acm.org>
Diffstat (limited to 'net/SSLtelnet/Makefile')
-rw-r--r-- | net/SSLtelnet/Makefile | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/net/SSLtelnet/Makefile b/net/SSLtelnet/Makefile index 62940da..c1d90a5 100644 --- a/net/SSLtelnet/Makefile +++ b/net/SSLtelnet/Makefile @@ -11,26 +11,7 @@ MASTER_SITES= ftp://ftp.psy.uq.oz.au/pub/Crypto/SSLapps/ MAINTAINER= issei@jp.FreeBSD.org -.if defined(USA_RESIDENT) && ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO -pre-fetch: - @${ECHO_MSG} - @${ECHO_MSG} You must set variable USA_RESIDENT to YES, if you are USA resident - @${ECHO_MSG} or to NO, if you aren\'t USA resident to build this package. - @${ECHO_MSG} You must also have installed RSAREF if you are USA resident. - @${FALSE} -.elif defined(USA_RESIDENT) -.if ${USA_RESIDENT} == YES -LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref - -pre-configure: - ${PATCH} ${PATCH_DIST_ARGS} < ${FILESDIR}/Makefile.patch -.endif -.endif - -BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl -RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl - -RESTRICTED= "Cryptography" +USE_OPENSSL= RSA .if !defined(BATCH) INSTALL_TARGET= install certificate |