aboutsummaryrefslogtreecommitdiffstats
path: root/net/prtunnel/Makefile
blob: 136b8ac5e4fb3706808d24ec9eeb684ceecf36f0 (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
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    prtunnel
# Date created:     19.06.2003
# Whom:         Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#

PORTNAME=   prtunnel
PORTVERSION=    0.2.7
CATEGORIES= net
MASTER_SITES=   http://joshbeam.com/files/

MAINTAINER= vd@FreeBSD.org
COMMENT=    Tunnel for TCP connections using an HTTP or SOCKS5 proxy

ALL_TARGET= ${PORTNAME}

MAN1=       prtunnel.1

PORTDOCS=   ChangeLog README
PLIST_FILES=    bin/prtunnel

post-patch:
    @${REINPLACE_CMD} -E '/^(CC|CFLAGS|PREFIX)/d' \
        ${WRKSRC}/Makefile

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>