1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/net/ctrace/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

28 lines
659 B
Makefile

# Created by: Kris Kennaway <kris@FreeBSD.org
# $FreeBSD$
PORTNAME= ctrace
PORTVERSION= 0.9
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.pratyeka.org/ctrace/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Multiprotocol traceroute tool
BUILD_DEPENDS= p5-Net-RawIP>=0:net/p5-Net-RawIP
RUN_DEPENDS= p5-Net-RawIP>=0:net/p5-Net-RawIP \
p5-libwww>=0:www/p5-libwww
NO_BUILD= yes
USES= perl5 shebangfix
SHEBANG_FILES= ctrace
PLIST_FILES= sbin/ctrace man/man1/ctrace.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ctrace ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/ctrace.man ${STAGEDIR}${PREFIX}/man/man1/ctrace.1
.include <bsd.port.mk>