1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net/findmtu/Makefile
Martin Wilke d88e45a1a1 - Use $SUB_FILES to dynamically update findmtu script
PR:		143105
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:	maintainer
2010-02-13 19:14:33 +00:00

31 lines
752 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
SUB_FILES= findmtu
do-configure:
${LN} -s ${WRKSRC}/Makefile.rawsocket ${WRKSRC}/Makefile
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>