diff options
author | billf <billf@FreeBSD.org> | 2004-03-31 03:53:09 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2004-03-31 03:53:09 +0800 |
commit | 17635d4d1428af00fc5c2d051fe401dc9e54a671 (patch) | |
tree | 0c1069e192f0f93b767be994598afab580a126a6 /net/wireshark-lite | |
parent | 5f274109ca0fb0aadbdbee3cbcb7e0114e7cab60 (diff) | |
download | freebsd-ports-graphics-17635d4d1428af00fc5c2d051fe401dc9e54a671.tar.gz freebsd-ports-graphics-17635d4d1428af00fc5c2d051fe401dc9e54a671.tar.zst freebsd-ports-graphics-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/wireshark-lite')
-rw-r--r-- | net/wireshark-lite/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/wireshark-lite/Makefile b/net/wireshark-lite/Makefile new file mode 100644 index 00000000000..dbf8b12b821 --- /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" |