mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
11 lines
230 B
Makefile
11 lines
230 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)
|
|
|
|
.include "${MASTERDIR}/Makefile"
|