summaryrefslogtreecommitdiff
path: root/security/lsh/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2004-01-12 15:55:11 +0000
committerdrochner <drochner>2004-01-12 15:55:11 +0000
commita3ff031d090d502fe5221636faa351761c0455c1 (patch)
tree10cad8afe03b6683ee485203243f59d3905310fa /security/lsh/Makefile
parent5d20051eb56765cdcc03ab1f7dc80feaf2145533 (diff)
downloadpkgsrc-a3ff031d090d502fe5221636faa351761c0455c1.tar.gz
add a pkg for lsh-1.4.3, an alternative ssh2 client/server
Diffstat (limited to 'security/lsh/Makefile')
-rw-r--r--security/lsh/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile
new file mode 100644
index 00000000000..a64ebac8830
--- /dev/null
+++ b/security/lsh/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/12 15:55:11 drochner Exp $
+#
+
+DISTNAME= lsh-1.4.3
+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
+
+USE_BUILDLINK2= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+.include "../../devel/gmp/buildlink2.mk"
+.include "../../devel/liboop/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"