freebsd-ports/net/ptunnel/Makefile
John Marino b90f611b9c net category: Remove $PTHREAD_LIBS
openafs did not pass check-plist (pre-existing) so fixed and bumped.
Also, pkg-plist was sorted.  mediatomb and spread also fail plist-checks
but they weren't fixed.

approved by:	PTHREAD blanket
2015-03-25 23:51:05 +00:00

28 lines
735 B
Makefile

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= ptunnel
PORTVERSION= 0.72
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
LICENSE= BSD3CLAUSE
WRKSRC= ${WRKDIR}/PingTunnel
USES= gmake
PLIST_FILES= bin/ptunnel man/man8/ptunnel.8.gz
post-patch:
@${REINPLACE_CMD} -e '/^CC/d' -e "/^CFLAGS/d" ${WRKSRC}/${MAKEFILE}
@${REINPLACE_CMD} -e 's/stdint.h/inttypes.h/' ${WRKSRC}/ptunnel.h
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ptunnel ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ptunnel.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
.include <bsd.port.mk>