summaryrefslogtreecommitdiff
path: root/net/bpft/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-04-03 01:51:01 +0000
committerSteve Price <steve@FreeBSD.org>1999-04-03 01:51:01 +0000
commit810e5e4bf05afc2362d16d709d65a6ad187230ef (patch)
tree110832be87acb9123e8ba2a8f990bc563ef1e801 /net/bpft/Makefile
parentActivate the gmixer port. (diff)
Import of bpft version 2.0.
The BPF Traffic Collector. PR: 10679 Submitted by: Oddbjorn Steffensen <oddbjorn@tricknology.org>
Notes
Notes: svn path=/head/; revision=17599
Diffstat (limited to 'net/bpft/Makefile')
-rw-r--r--net/bpft/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/bpft/Makefile b/net/bpft/Makefile
new file mode 100644
index 000000000000..182ea9160618
--- /dev/null
+++ b/net/bpft/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: bpft
+# Version required: 2.0
+# Date created: 17 March 1999
+# Whom: oddbjorn@tricknology.org
+#
+# $Id$
+#
+
+DISTNAME= bpft-2.0
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.nsk.su/pub/unix/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= oddbjorn@tricknology.org
+
+MAN1= trafshow.1
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/bpft
+ ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/bpft/README
+.endif
+
+.include <bsd.port.mk>