1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/net/tcptrace/Makefile
2010-04-04 23:51:46 +00:00

42 lines
920 B
Makefile

# New ports collection makefile for: tcptrace
# Date created: 3 March 1997
# Whom: fenner
#
# $FreeBSD$
#
PORTNAME= tcptrace
PORTVERSION= 6.6.7
CATEGORIES= net ipv6
MASTER_SITES= http://www.tcptrace.org/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= A TCP dump file analysis tool
MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
ALL_TARGET= tcptrace
MAN1= tcptrace.1
DOCFILES= ARGS CHANGES COPYING COPYRIGHT FAQ README README.mailing_list \
README.modules README.tline_graphs README.tput_graphs \
README.version README.xpl2gpl THANKS WWW \
dot_tcptracerc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/xpl2gpl ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/tcptrace.man ${PREFIX}/man/man1/tcptrace.1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for file in ${DOCFILES}
${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>