ports/textproc/fcitx5-qt-common/Makefile
Li-Wen Hsu f5d6cd42fc textproc/fcitx5-qt*: Add Qt6 support
- Split into qt5, qt6 FLAVORS
- Extract common files to textproc/fcitx5-qt-common

Differential Revision:	https://reviews.freebsd.org/D36408
Approved by:	lwhsu (ports)
2022-10-10 05:36:02 -04:00

16 lines
273 B
Makefile

PORTREVISION= 0
COMMENT= Fcitx support for Qt (common files)
PKGNAMESUFFIX= -common
MASTERDIR= ${.CURDIR}/../fcitx5-qt
PLIST= ${MASTERDIR}/pkg-plist.common
FLAVORS= # empty
FLAVOR= # empty
CMAKE_OFF= ENABLE_QT4 ENABLE_QT5 ENABLE_QT6
.include "${MASTERDIR}/Makefile"