diff options
Diffstat (limited to 'net/corkscrew/Makefile')
-rw-r--r-- | net/corkscrew/Makefile | 17 |
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" |