freebsd-ports/net/ctrace/Makefile
Mark Linimon dc572b07ee Before bsd.port.pre.mk, set either USE_PERL5 or WANT_PERL, depending on
whether the perl dependency is unconditional or conditional.  This will
be needed for the conditional inclusion of bsd.perl.mk.
2007-09-30 04:55:31 +00:00

31 lines
750 B
Makefile

# Ports collection makefile for: ctrace
# Date created: 24 Aug 2001
# Whom: Kris Kennaway <kris@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= ctrace
PORTVERSION= 0.9
CATEGORIES= net
MASTER_SITES= http://www.pratyeka.org/ctrace/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Multiprotocol traceroute tool
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/RawIP.pm:${PORTSDIR}/net/p5-Net-RawIP
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/RawIP.pm:${PORTSDIR}/net/p5-Net-RawIP \
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
NO_BUILD= yes
USE_PERL5= yes
MAN1= ctrace.1
PLIST_FILES= sbin/ctrace
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ctrace ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/ctrace.man ${PREFIX}/man/man1/ctrace.1
.include <bsd.port.mk>