aboutsummaryrefslogtreecommitdiff
path: root/net/tcptrace/Makefile
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1997-07-19 19:43:53 +0000
committerBill Fenner <fenner@FreeBSD.org>1997-07-19 19:43:53 +0000
commit2ec9a0998a65ed55d5f4605af14642ea2538ba6c (patch)
treef31cc7e3c959a07052c54a81271eeca684a469ce /net/tcptrace/Makefile
parent4b40e7aa2b0a98a081e0ecfe1f985e4dc1b5282d (diff)
downloadports-2ec9a0998a65ed55d5f4605af14642ea2538ba6c.tar.gz
ports-2ec9a0998a65ed55d5f4605af14642ea2538ba6c.zip
Upgrade to tcptrace 4.0.2
Notes
Notes: svn path=/head/; revision=7376
Diffstat (limited to 'net/tcptrace/Makefile')
-rw-r--r--net/tcptrace/Makefile22
1 files changed, 12 insertions, 10 deletions
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile
index 87cb24930392..5e39e09182e2 100644
--- a/net/tcptrace/Makefile
+++ b/net/tcptrace/Makefile
@@ -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>