aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark-lite
diff options
context:
space:
mode:
Diffstat (limited to 'net/wireshark-lite')
-rw-r--r--net/wireshark-lite/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/wireshark-lite/Makefile b/net/wireshark-lite/Makefile
new file mode 100644
index 000000000000..dbf8b12b8218
--- /dev/null
+++ b/net/wireshark-lite/Makefile
@@ -0,0 +1,14 @@
+# Ports collection makefile for: ethereal-lite
+# Date created: 20 March 2004
+# Whom: Bill Fumerola <billf@mu.org>
+#
+# $FreeBSD$
+#
+
+LITE= yes
+PKGNAMESUFFIX= -lite
+
+MASTERDIR= ${.CURDIR}/../ethereal
+COMMENT= A powerful network analyzer/capture tool (lite package)
+
+.include "${MASTERDIR}/Makefile"