mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
55dc0f983a
No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
11 lines
223 B
Makefile
11 lines
223 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"
|