summaryrefslogtreecommitdiff
path: root/security/lsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/lsh/Makefile')
-rw-r--r--security/lsh/Makefile16
1 files changed, 12 insertions, 4 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile
index 710b5699440..e6b85dd6b35 100644
--- a/security/lsh/Makefile
+++ b/security/lsh/Makefile
@@ -1,18 +1,26 @@
-# $NetBSD: Makefile,v 1.6 2005/04/11 21:47:13 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/04/28 14:10:04 wiz Exp $
#
-DISTNAME= lsh-1.4.3
-PKGREVISION= 1
+DISTNAME= lsh-2.0.1
CATEGORIES= security
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/security/lsh/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.lysator.liu.se/~nisse/lsh/
-COMMENT= ssh2 client/server
+COMMENT= SSH2 client/server
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
+# man/man8/sftp-server.8
+CONFLICTS+= openssh-[0-9]* openssh+gssapi-[0-9]*
+
+# src/nettle/examples/nettle-openssl.c needs des_key*
+USE_OLD_DES_API= yes
+
+INFO_FILES= lsh.info nettle.info
+
.include "../../devel/gmp/buildlink3.mk"
.include "../../devel/liboop/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"