diff options
author | drochner <drochner@pkgsrc.org> | 2004-01-12 15:55:11 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2004-01-12 15:55:11 +0000 |
commit | 94d670332b81283808d0f219feec731d53ea6e2f (patch) | |
tree | 10cad8afe03b6683ee485203243f59d3905310fa /security/lsh/Makefile | |
parent | 4c13539455b5ed1d97c8c0c75fece80e4671e65b (diff) | |
download | pkgsrc-94d670332b81283808d0f219feec731d53ea6e2f.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/Makefile | 18 |
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" |