freebsd-ports/net/scamper/Makefile
Beech Rintoul 33e65dc7b1 - Update to 20070523o
- Update scamper, primarily to build on freebsd 8-current with the new
  arp code.

PR:		ports/129940
Submitted by:	Matthew Luckie <mjl@luckie.org.nz> (maintainer)
Reported by:	pointyhat
2008-12-26 06:20:03 +00:00

24 lines
514 B
Makefile

# New ports collection makefile for: scamper
# Date created: 18 Mey 2005
# Whom: dikshie
#
# $FreeBSD$
#
PORTNAME= scamper
PORTVERSION= 20070523o
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>