11 lines
244 B
Makefile
11 lines
244 B
Makefile
# Created by: Bill Fumerola <billf@mu.org>
|
|
# $FreeBSD$
|
|
|
|
LITE= yes
|
|
PKGNAMESUFFIX= -lite
|
|
|
|
MASTERDIR= ${.CURDIR}/../wireshark
|
|
COMMENT= A powerful network analyzer/capture tool (lite package)
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|