summaryrefslogtreecommitdiffstats
path: root/net/traceroute/Makefile
blob: 2b5a8e1a3c57f53d98d07149e7af95353d998eaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	traceroute
# Date created:		20 February 1997
# Whom:			chris@vader.org
#
# $FreeBSD$
#

PORTNAME=	traceroute
PORTVERSION=	${RELEASEDATE}	
CATEGORIES=	net
MASTER_SITES=	ftp://ftp.nikhef.nl/pub/network/	\
	  	http://www.chg.ru/~dima/
DISTNAME=	${PORTNAME}_${PORTVERSION}
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	demon@FreeBSD.org
COMMENT=	Version of 'traceroute' that shows the AS network number of each hop

RELEASEDATE=	991603
NO_WRKSUBDIR=	yes
MAN8=		traceroute.8

do-install:
	${INSTALL} -c -m 4755 -o root -g bin ${WRKSRC}/traceroute ${PREFIX}/sbin
	${INSTALL_MAN} ${WRKSRC}/traceroute.8 ${PREFIX}/man/man8

.include <bsd.port.mk>
OpenPOWER on IntegriCloud