freebsd-ports/chinese/fcitx5-table-other/Makefile
Stefan Eßer bdd2d4af96 Update CONFLICTS definitions in categories a* to c*
Update the CONFLICTS definitions of ports in the following categories:

- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters

An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.

There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.

Approved by:	portmgr (implicit)
2022-02-06 19:36:07 +01:00

31 lines
611 B
Makefile

# Created by: Ka Ho Ng <khng300@gmail.com>
PORTNAME= fcitx5-table-other
DISTVERSION= 5.0.6
CATEGORIES= chinese textproc
MAINTAINER= khng@FreeBSD.org
COMMENT= Other table support for Fcitx5
LICENSE= GPLv3
LIB_DEPENDS= libIMETable.so:chinese/libime \
libFcitx5Core.so:textproc/fcitx5
USES= gettext-tools cmake kde:5
OPTIONS_DEFINE= DEPRECATED
DEPRECATED_DESC= Deprecated tables
DEPRECATED_CMAKE_BOOL= ENABLE_DEPRECATED
USE_GITHUB= yes
GH_ACCOUNT= fcitx
USE_KDE= ecm
INSTALL_TARGET= install
CONFLICTS_INSTALL= fcitx-table-other # share/icons/hicolor/32x32/apps/fcitx-thai.png
.include <bsd.port.mk>