1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/net/scamper/Makefile
Martin Wilke 8e673ab82f - Update to 20070523i
PR:		118302
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
		Matthew Luckie <mjl@luckie.org.nz>
Approved by:	maintainer
2007-12-14 23:46:53 +00:00

25 lines
514 B
Makefile

# New ports collection makefile for: scamper
# Date created: 18 Mey 2005
# Whom: dikshie
#
# $FreeBSD$
#
PORTNAME= scamper
PORTVERSION= 20070523i
CATEGORIES= net ipv6
MASTER_SITES= http://www.wand.net.nz/scamper/
DISTNAME= ${PORTNAME}-cvs-${PORTVERSION}
MAINTAINER= mjl@luckie.org.nz
COMMENT= Tool for IPv4 and IPv6 traceroute with path MTU discovery
MAN1= scamper.1
PLIST_FILES= bin/scamper
post-install:
${INSTALL_MAN} ${WRKSRC}/scamper.1 ${PREFIX}/man/man1
.include <bsd.port.mk>