2001-04-17 20:10:48 +02:00
|
|
|
# New ports collection makefile for: corkscrew
|
|
|
|
# Date created: Apr 12, 2001
|
|
|
|
# Whom: Mark Pulford <mark@kyne.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= corkscrew
|
2001-08-28 11:29:16 +02:00
|
|
|
PORTVERSION= 2.0
|
2001-04-17 20:10:48 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.agroman.net/corkscrew/
|
|
|
|
|
2001-06-08 07:36:46 +02:00
|
|
|
MAINTAINER= markp@FreeBSD.org
|
2003-02-22 18:14:31 +01:00
|
|
|
COMMENT= A HTTP tunnelling utility for SSH
|
2001-04-17 20:10:48 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2001-08-28 11:29:16 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${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>
|