summaryrefslogtreecommitdiff
path: root/net/tcptrace/Makefile
diff options
context:
space:
mode:
authorthorpej <thorpej@pkgsrc.org>1997-12-14 21:42:18 +0000
committerthorpej <thorpej@pkgsrc.org>1997-12-14 21:42:18 +0000
commit8a6aa31ad2d92b4f876c85684cf9c0f3c2b46ff7 (patch)
tree2531c64cf8a1701fab1211462f2897b30cffecc2 /net/tcptrace/Makefile
parent4f6fd141ecb066a737401c41fa800a220abd95dc (diff)
downloadpkgsrc-8a6aa31ad2d92b4f876c85684cf9c0f3c2b46ff7.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>