1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/net/traceroute/Makefile
Satoshi Asami fff8fa4da0 Revive PKGNAME which was incorrectly deleted in rev 1.3. The version
number should be delimited by a "-", not "_".
2000-02-14 02:05:14 +00:00

27 lines
591 B
Makefile

# New ports collection makefile for: traceroute
# Version required: 980831
# Date created: 20 February 1997
# Whom: chris@vader.org
#
# $FreeBSD$
#
DISTNAME= traceroute_${RELEASEDATE}
PKGNAME= traceroute-${RELEASEDATE}
CATEGORIES= net
MASTER_SITES= ftp://ftp.nikhef.nl/pub/network/ \
http://www.chg.ru/~dima/
EXTRACT_SUFX= .tar.Z
MAINTAINER= dima@Chg.RU
RELEASEDATE= 990522
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>