aboutsummaryrefslogtreecommitdiffstats
path: root/net/corkscrew/Makefile
blob: a96efa6ecf9a00dccb64a324393f976339dec213 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    corkscrew
# Date created:         Apr 12, 2001
# Whom:             Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#

PORTNAME=   corkscrew
PORTVERSION=    2.0
CATEGORIES= net
MASTER_SITES=   http://www.agroman.net/corkscrew/

MAINTAINER= markp@FreeBSD.org
COMMENT=    A HTTP tunnelling utility for SSH

GNU_CONFIGURE=  yes

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for file in NEWS README TODO
    ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>