The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
10 lines
238 B
Makefile
10 lines
238 B
Makefile
# Created by: Bill Fumerola <billf@mu.org>
|
|
|
|
LITE= yes
|
|
|
|
CONFLICTS_INSTALL?= tshark wireshark wireshark-lite
|
|
|
|
MASTERDIR= ${.CURDIR}/../tshark
|
|
COMMENT= Powerful network analyzer/capture tool (lite package)
|
|
|
|
.include "${MASTERDIR}/Makefile"
|