Upgrade to tcptrace 4.0.2

This commit is contained in:
Bill Fenner 1997-07-19 19:43:53 +00:00
parent 4b40e7aa2b
commit 2ec9a0998a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7376
3 changed files with 16 additions and 11 deletions

View file

@ -1,28 +1,30 @@
# New ports collection makefile for: tcptrace
# Version required: 3.2.5
# Version required: 4.0.2
# Date created: 3 March 1997
# Whom: fenner
#
# $Id: Makefile,v 1.1.1.1 1997/03/06 02:18:51 asami Exp $
# $Id: Makefile,v 1.2 1997/04/30 03:18:07 asami Exp $
#
DISTNAME= tcptrace-3.2.5
DISTNAME= tcptrace-4.0.2
CATEGORIES= net
# this site uncompresses the file AND sends it with a .gz suffix
#MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/
MASTER_SITES= ${MASTER_SITE_LOCAL}
DISTFILES= tcptrace_3.2.5.tar.gz
MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/4.0.2/
DISTFILES= tcptrace.tar.gz
MAINTAINER= fenner@FreeBSD.ORG
NO_WRKSUBDIR= yes
ALL_TARGET= depend tcptrace
WRKSRC= ${WRKDIR}/tcptrace
ALL_TARGET= tcptrace
DOCFILES= COPYRIGHT README README.tput_graphs
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/tcptrace
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tcptrace
.for file in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace
.endfor
.endif
.include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (tcptrace_3.2.5.tar.gz) = 9d9c35b048ed0b0a30a9adafb98c289f
MD5 (tcptrace.tar.gz) = 6e23d8585ba8c939cac4863fd7e39876

View file

@ -1,2 +1,5 @@
bin/tcptrace
share/doc/tcptrace/COPYRIGHT
share/doc/tcptrace/README
share/doc/tcptrace/README.tput_graphs
@dirrm share/doc/tcptrace