aboutsummaryrefslogtreecommitdiffstats
path: root/net/tshark-lite
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>2004-03-31 03:53:09 +0800
committerbillf <billf@FreeBSD.org>2004-03-31 03:53:09 +0800
commit17635d4d1428af00fc5c2d051fe401dc9e54a671 (patch)
tree0c1069e192f0f93b767be994598afab580a126a6 /net/tshark-lite
parent5f274109ca0fb0aadbdbee3cbcb7e0114e7cab60 (diff)
downloadfreebsd-ports-gnome-17635d4d1428af00fc5c2d051fe401dc9e54a671.tar.gz
freebsd-ports-gnome-17635d4d1428af00fc5c2d051fe401dc9e54a671.tar.zst
freebsd-ports-gnome-17635d4d1428af00fc5c2d051fe401dc9e54a671.zip
. update to 0.10.3
. fix pkg-plist to include installed libraries and new modules . fix net-snmp configure args PR: ports/64777, ports/64808 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (#64777) Ken Stailey <kstailey@yahoo.com> (#64808) . follow master_site layout changes Submitted by: lost private email (sorry!) . introduce a LITE variable and add [t]ethereal-lite slave ports to build packages that don't depend on the kitchen sink.
Diffstat (limited to 'net/tshark-lite')
-rw-r--r--net/tshark-lite/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/tshark-lite/Makefile b/net/tshark-lite/Makefile
new file mode 100644
index 000000000000..f83d5e3916cf
--- /dev/null
+++ b/net/tshark-lite/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: tethereal-lite
+# Date created: 20 March 2004
+# Whom: Bill Fumerola <billf@mu.org>
+#
+# $FreeBSD$
+#
+
+LITE= yes
+PKGNAMESUFFIX= -lite
+
+MASTERDIR= ${.CURDIR}/../tethereal
+COMMENT= A powerful network analyzer/capture tool (lite package)
+
+.include "${MASTERDIR}/Makefile"