opnsense-ports/net/corkscrew/Makefile
2022-09-07 22:33:21 +02:00

24 lines
472 B
Makefile

PORTNAME= corkscrew
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.agroman.net/corkscrew/ \
LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= HTTP tunnelling utility for SSH
WWW= http://www.agroman.net/corkscrew/
LICENSE= GPLv2
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in NEWS README TODO
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>