aboutsummaryrefslogtreecommitdiffstats
path: root/net/ptunnel/Makefile
blob: 5e31a0b38c83dbba4c1f5dbb4f4a993a24806ba6 (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
# New ports collection makefile for:    ptunnel
# Date created:             23 April 2005
# Whom:                     Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   ptunnel
PORTVERSION=    0.70
CATEGORIES= net
MASTER_SITES=   http://www.cs.uit.no/~daniels/PingTunnel/
DISTNAME=   PingTunnel-${PORTVERSION}

MAINTAINER= leeym@FreeBSD.org
COMMENT=    Tunneling TCP connections over ICMP echo request and reply

WRKSRC=     ${WRKDIR}/PingTunnel
USE_GMAKE=  yes

PLIST_FILES=    bin/ptunnel
MAN8=       ptunnel.8

post-patch:
    @${REINPLACE_CMD} -e '/^CC/d;s/-lpthread/${PTHREAD_LIBS}/' ${WRKSRC}/${MAKEFILE}
    @${REINPLACE_CMD} -e 's/stdint.h/inttypes.h/' ${WRKSRC}/ptunnel.h

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/ptunnel ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/ptunnel.8 ${MAN8PREFIX}/man/man8

.include <bsd.port.mk>