aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/tcptrack/Makefile
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2004-11-07 00:24:43 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2004-11-07 00:24:43 +0000
commitbccb3194668d6bd641f1d5f5b1b97ca06707fc38 (patch)
tree9854585d62d5d7e5e036357d247655f28c563868 /net-mgmt/tcptrack/Makefile
parent84453d1c9357f97df3295a559fb85671406c4b54 (diff)
Notes
Diffstat (limited to 'net-mgmt/tcptrack/Makefile')
-rw-r--r--net-mgmt/tcptrack/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/net-mgmt/tcptrack/Makefile b/net-mgmt/tcptrack/Makefile
new file mode 100644
index 000000000000..2a8a10b3151d
--- /dev/null
+++ b/net-mgmt/tcptrack/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: tcptrack
+# Date created: 2004-10-11
+# Whom: Tor Halvard "Squat" Furulund <squat@squat.no>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tcptrack
+PORTVERSION= 1.1.4
+CATEGORIES= net-mgmt
+MASTER_SITES= http://www.rhythm.cx/~steve/devel/tcptrack/
+MASTER_SITE_SUBDIR= release/${PORTVERSION}/source/
+
+MAINTAINER= squat@squat.no
+COMMENT= Packet sniffer which displays TCP information like top(1)
+
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+
+PLIST_FILES= bin/tcptrack
+MAN1= tcptrack.1
+PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README TODO
+
+.if !defined(NOPORTDOCS)
+post-install:
+ @${MKDIR} ${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>