mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
1bd6e9b7b6
* Fix detection of the LUA library * Unconditionally package libwscodecs * Add CONFLICTS_INSTALL throughout PR: 236332 (for LUA) 236468 (for conflicts)
12 lines
271 B
Makefile
12 lines
271 B
Makefile
# Created by: Bill Fumerola <billf@mu.org>
|
|
# $FreeBSD$
|
|
|
|
LITE= yes
|
|
|
|
CONFLICTS_INSTALL?= wireshark-[0-9]* tshark-[0-9]* tshark-lite-[0-9]*
|
|
|
|
MASTERDIR= ${.CURDIR}/../wireshark
|
|
COMMENT= Powerful network analyzer/capture tool (lite package)
|
|
|
|
.include "${MASTERDIR}/Makefile"
|