mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
915850fa63
A version of 'traceroute' that shows the AS network number of each hop. PR: 2778 Submitted by: Chris Dabrowski < chris@vader.org>
21 lines
378 B
Makefile
21 lines
378 B
Makefile
# New ports collection makefile for: traceroute
|
|
# Version required: 961230
|
|
# Date created: 20 February 1997
|
|
# Whom: chris@vader.org
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= traceroute_961230
|
|
PKGNAME= traceroute-961230
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.nikhef.nl/pub/network/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= chris@vader.org
|
|
|
|
NO_WRKSUBDIR= yes
|
|
MAN8= traceroute.8
|
|
|
|
.include <bsd.port.mk>
|