9fc7653761
I'll re-activate this later when the global license stuff is activated.
18 lines
485 B
Makefile
18 lines
485 B
Makefile
# $NetBSD: Makefile,v 1.5 2007/10/30 19:31:41 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
|
|
#LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX:Q}/share/doc/corkscrew
|
|
${INSTALL_DATA} ${WRKSRC:Q}/README ${PREFIX:Q}/share/doc/corkscrew
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|