From 264ef1739e150498ca1123755813ab1b37d8b894 Mon Sep 17 00:00:00 2001 From: martti Date: Wed, 6 Oct 2004 11:23:26 +0000 Subject: Corkscrew is a tool for tunneling SSH through HTTP proxies. --- net/corkscrew/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 net/corkscrew/Makefile (limited to 'net/corkscrew/Makefile') diff --git a/net/corkscrew/Makefile b/net/corkscrew/Makefile new file mode 100644 index 00000000000..adda020936c --- /dev/null +++ b/net/corkscrew/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/10/06 11:23:26 martti Exp $ + +DISTNAME= corkscrew-2.0 +CATEGORIES= net +MASTER_SITES= http://www.agroman.net/corkscrew/ + +MAINTAINER= martti@NetBSD.org +HOMEPAGE= http://www.agroman.net/corkscrew +COMMENT= Tool for tunneling SSH through HTTP proxies + +GNU_CONFIGURE= YES + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/corkscrew + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/corkscrew + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3