mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
5933ac0b09
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)
14 lines
235 B
Makefile
14 lines
235 B
Makefile
# Created by: Bill Fumerola <billf@mu.org>
|
|
|
|
PORTNAME= tshark
|
|
|
|
CONFLICTS_INSTALL?= tshark-lite wireshark-lite wireshark
|
|
|
|
MASTERDIR= ${.CURDIR}/../wireshark
|
|
|
|
CPE_PRODUCT= wireshark
|
|
|
|
OPTIONS_EXCLUDE= GUI
|
|
|
|
.include "${MASTERDIR}/Makefile"
|