freebsd-ports/net/tcptrace/Makefile

40 lines
899 B
Makefile
Raw Normal View History

# New ports collection makefile for: tcptrace
# Date created: 3 March 1997
# Whom: fenner
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= tcptrace
PORTVERSION= 6.6.7
2000-01-18 13:54:55 +01:00
CATEGORIES= net ipv6
2001-01-12 02:32:05 +01:00
MASTER_SITES= http://www.tcptrace.org/download/
MAINTAINER= fenner@FreeBSD.org
COMMENT= A TCP dump file analysis tool
1997-12-15 23:37:37 +01:00
GNU_CONFIGURE= yes
1997-07-19 21:43:53 +02:00
ALL_TARGET= tcptrace
1999-09-09 21:22:27 +02:00
MAN1= tcptrace.1
DOCFILES= ARGS CHANGES COPYING COPYRIGHT FAQ README README.mailing_list \
2002-11-21 19:23:05 +01:00
README.modules README.tline_graphs README.tput_graphs \
README.version README.xpl2gpl THANKS WWW \
dot_tcptracerc
1997-12-15 23:37:37 +01:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
2002-11-21 19:23:05 +01:00
${INSTALL_SCRIPT} ${WRKSRC}/xpl2gpl ${PREFIX}/bin
1999-09-09 21:22:27 +02:00
${INSTALL_MAN} ${WRKSRC}/tcptrace.man ${PREFIX}/man/man1/tcptrace.1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
1997-07-19 21:43:53 +02:00
.for file in ${DOCFILES}
${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
1997-07-19 21:43:53 +02:00
.endfor
.endif
.include <bsd.port.mk>