summaryrefslogtreecommitdiff
path: root/net/tcptrace/Makefile
diff options
context:
space:
mode:
authorthorpej <thorpej>1997-12-14 21:42:18 +0000
committerthorpej <thorpej>1997-12-14 21:42:18 +0000
commit6346383b120cd51bfa7ba529d834ee38d4d8344e (patch)
tree2531c64cf8a1701fab1211462f2897b30cffecc2 /net/tcptrace/Makefile
parentf466a1ba8e5ce038625dd80fc057f9d94838d44b (diff)
downloadpkgsrc-6346383b120cd51bfa7ba529d834ee38d4d8344e.tar.gz
Package for tcptrace, a TCP analysis tool. From FreeBSD.
Diffstat (limited to 'net/tcptrace/Makefile')
-rw-r--r--net/tcptrace/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile
new file mode 100644
index 00000000000..a2e4125bf99
--- /dev/null
+++ b/net/tcptrace/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: tcptrace
+# Version required: 4.0.2
+# Date created: 3 March 1997
+# Whom: fenner
+#
+# Id: Makefile,v 1.3 1997/07/19 19:43:36 fenner Exp
+#
+
+DISTNAME= tcptrace-4.0.2
+CATEGORIES= net
+MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/4.0.2/
+DISTFILES= tcptrace.tar.gz
+
+MAINTAINER= fenner@FreeBSD.ORG
+
+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
+.for file in ${DOCFILES}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace
+.endfor
+.endif
+
+.include <bsd.port.mk>