diff options
author | jlam <jlam@pkgsrc.org> | 2000-01-17 16:03:42 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-01-17 16:03:42 +0000 |
commit | 7788481ef139ff7ff235c76b9b17c1c377827c5a (patch) | |
tree | 50de7dde14fd510d085a2f836343363d888e8450 | |
parent | 47369ef416146a54fab3002b01cc590c922660b8 (diff) | |
download | pkgsrc-7788481ef139ff7ff235c76b9b17c1c377827c5a.tar.gz |
Remove speakfreely-crypto. Functionality now merged with speakfreely.
-rw-r--r-- | net/speakfreely-crypto/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net/speakfreely-crypto/Makefile b/net/speakfreely-crypto/Makefile deleted file mode 100644 index f9d9b8654a5..00000000000 --- a/net/speakfreely-crypto/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $NetBSD: Makefile,v 1.2 1999/10/26 16:48:48 jlam Exp $ -# - -PKGNAME= speakfreely-crypto-7.1 -CONFLICTS= speakfreely-* - -.if exists (/usr/include/openssl/blowfish.h) -HAVE_LIBCRYPTO= yes -OPENSSLDIR= /usr -.else -HAVE_LIBCRYPTO= no -#HAVE_LIBCRYPTO= yes -#OPENSSLDIR= ${LOCALBASE} -#DEPENDS+= openssl-*:../../security/openssl -.endif - -LICENSE= no-commercial-use # uses IDEA algorithm -RESTRICTED= "Crypto; export-controlled" - -MAKE_ENV+= CRYPTO=yes \ - HAVE_LIBCRYPTO="${HAVE_LIBCRYPTO}" \ - OPENSSLDIR="${OPENSSLDIR}" \ - -FILESDIR= ${.CURDIR}/../../net/speakfreely/files -PATCHDIR= ${.CURDIR}/../../net/speakfreely/patches -PKGDIR= ${.CURDIR}/../../net/speakfreely/pkg - -.include "../../net/speakfreely/Makefile.common" |