2013-01-15 14:40:28 +01:00
|
|
|
# Created by: Mark Pulford <mark@kyne.com.au>
|
2001-04-17 20:10:48 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= corkscrew
|
2001-08-28 11:29:16 +02:00
|
|
|
PORTVERSION= 2.0
|
2010-08-21 23:12:20 +02:00
|
|
|
PORTREVISION= 1
|
2001-04-17 20:10:48 +02:00
|
|
|
CATEGORIES= net
|
2010-03-04 20:27:02 +01:00
|
|
|
MASTER_SITES= http://www.agroman.net/corkscrew/ \
|
|
|
|
CRITICAL
|
2001-04-17 20:10:48 +02:00
|
|
|
|
2010-03-04 20:27:02 +01:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2013-03-08 15:00:30 +01:00
|
|
|
COMMENT= HTTP tunnelling utility for SSH
|
2001-04-17 20:10:48 +02:00
|
|
|
|
2011-01-25 20:59:40 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2011-12-27 16:14:23 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2013-01-15 14:40:28 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2013-09-21 00:10:23 +02:00
|
|
|
NO_STAGE= yes
|
2013-01-15 14:40:28 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2001-08-28 11:29:16 +02:00
|
|
|
post-install:
|
2013-01-15 14:40:28 +01:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2001-08-28 11:29:16 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in NEWS README TODO
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
2001-04-17 20:10:48 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|