diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2004-03-30 19:53:09 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2004-03-30 19:53:09 +0000 |
commit | c6f7e574ed68c7363c234c63e9d7af5f6599b904 (patch) | |
tree | 49c54699e07579b78d10231c1afb86601c388fdb /net/tshark-lite | |
parent | bee5136a1187f7c94d65efd02e79a3d2f2a40bdd (diff) | |
download | ports-c6f7e574ed68c7363c234c63e9d7af5f6599b904.tar.gz ports-c6f7e574ed68c7363c234c63e9d7af5f6599b904.zip |
Notes
Diffstat (limited to 'net/tshark-lite')
-rw-r--r-- | net/tshark-lite/Makefile | 14 |
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" |