aa460bf537
ctrace is an IPv4 traceroute tool that supports many features missing in standard 4.3BSD traceroute(8). It is programmed entirely in perl. Obtained from: OpenBSD
28 lines
699 B
Makefile
28 lines
699 B
Makefile
# Ports collection makefile for: ctrace
|
|
# Date created: 24 Aug 2001
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ctrace
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.pratyeka.org/ctrace/download/
|
|
|
|
MAINTAINER= kris@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/RawIP.pm:${PORTSDIR}/net/p5-Net-RawIP
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/RawIP.pm:${PORTSDIR}/net/p5-Net-RawIP
|
|
|
|
NO_BUILD= yes
|
|
USE_BZIP2= yes
|
|
|
|
MAN1= ctrace.1
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ctrace ${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/ctrace.man ${PREFIX}/man/man1/ctrace.1
|
|
|
|
.include <bsd.port.mk>
|