mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
dceac2dff9
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
10 lines
197 B
Makefile
10 lines
197 B
Makefile
# Created by: Bill Fumerola <billf@mu.org>
|
|
# $FreeBSD$
|
|
|
|
LITE= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../tshark
|
|
COMMENT= Powerful network analyzer/capture tool (lite package)
|
|
|
|
.include "${MASTERDIR}/Makefile"
|