mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
27 lines
620 B
Makefile
27 lines
620 B
Makefile
# New ports collection makefile for: traceroute
|
|
# Date created: 20 February 1997
|
|
# Whom: chris@vader.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= traceroute
|
|
PORTVERSION= ${RELEASEDATE}
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://mitya.pp.ru/
|
|
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>
|