pkgsrc/net/corkscrew/Makefile

20 lines
481 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2012/10/23 17:18:15 asau Exp $
DISTNAME= corkscrew-2.0
CATEGORIES= net
MASTER_SITES= http://www.agroman.net/corkscrew/
2010-09-28 15:21:29 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.agroman.net/corkscrew/
COMMENT= Tool for tunneling SSH through HTTP proxies
2009-05-12 14:27:19 +02:00
LICENSE= gnu-gpl-v2
2009-05-12 13:09:26 +02:00
INSTALLATION_DIRS= share/doc/corkscrew
GNU_CONFIGURE= YES
post-install:
2009-05-12 13:09:26 +02:00
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/corkscrew
.include "../../mk/bsd.pkg.mk"