summaryrefslogtreecommitdiff
path: root/net/corkscrew/Makefile
diff options
context:
space:
mode:
authormartti <martti>2004-10-06 11:23:26 +0000
committermartti <martti>2004-10-06 11:23:26 +0000
commit264ef1739e150498ca1123755813ab1b37d8b894 (patch)
tree029ff64a29f4bfb4a7d9bfd675d578ffa7936f44 /net/corkscrew/Makefile
parent4b781dbfb5c13cb11def58cebcbd4aa92ccfa252 (diff)
downloadpkgsrc-264ef1739e150498ca1123755813ab1b37d8b894.tar.gz
Corkscrew is a tool for tunneling SSH through HTTP proxies.
Diffstat (limited to 'net/corkscrew/Makefile')
-rw-r--r--net/corkscrew/Makefile17
1 files changed, 17 insertions, 0 deletions
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"