1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/net/traceroute/Makefile
Bill Fumerola b4129e0437 (much needed) Upgrade to 980831, it's a shame that ARIN and RIPE don't
have the same whois output.

Reviewed by:	Dan Nelson <dnelson@emsphone.com>, billf
1998-12-04 21:53:43 +00:00

27 lines
606 B
Makefile

# New ports collection makefile for: traceroute
# Version required: 980831
# Date created: 20 February 1997
# Whom: chris@vader.org
#
# $Id: Makefile,v 1.1.1.1 1997/05/17 16:21:11 max Exp $
#
DISTNAME= traceroute_${RELEASEDATE}
PKGNAME= traceroute-${RELEASEDATE}
CATEGORIES= net
MASTER_SITES= ftp://ftp.nikhef.nl/pub/network/
EXTRACT_SUFX= .tar.Z
MAINTAINER= chris@vader.org
RELEASEDATE= 980831
NO_WRKSUBDIR= yes
MAN8= traceroute.8
do-install:
${INSTALL} -m 4755 -o root -g bin ${WRKSRC}/traceroute ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/traceroute.8 ${PREFIX}/man/man8
.include <bsd.port.mk>