freebsd-ports/net/findmtu/Makefile
Pav Lucistnik ce43bbe677 FindMTU is a tool that performs IPv6 path MTU discovery. You can use it
to debug network problems and to detect IPv6-in-IPv4 tunnels in the path
to a destination.

FindMTU only performs IPv6 path MTU discovery. It does not know about
IPv4.

PR:		ports/68985
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2004-07-14 15:30:54 +00:00

31 lines
826 B
Makefile

# New ports collection makefile for: findmtu
# Date created: 13 July 2004
# Whom: janos.mohacsi@bsd.hu
#
# $FreeBSD$
#
PORTNAME= findmtu
PORTVERSION= 0.9
CATEGORIES= net ipv6
MASTER_SITES= http://www.dia.uniroma3.it/~compunet/tunneldiscovery/findmtu/
MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= A tool for performing IPv6 path MTU discovery on *NIX
do-configure:
${LN} -s ${WRKSRC}/Makefile.rawsocket ${WRKSRC}/Makefile
post-build:
${SED} -e "s:%%PREFIX%%:${PREFIX}:g" ${FILESDIR}/findmtu.sh > ${WRKDIR}/findmtu
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/findmtu ${PREFIX}/bin/findmtu
${INSTALL_PROGRAM} ${WRKSRC}/findmtu ${PREFIX}/bin/findmtu.real
.ifndef(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.freebsd ${DOCSDIR}
.endif
.include <bsd.port.mk>