mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 08:26:27 -04:00
- Split into qt5, qt6 FLAVORS - Extract common files to textproc/fcitx5-qt-common Differential Revision: https://reviews.freebsd.org/D36408 Approved by: lwhsu (ports)
16 lines
273 B
Makefile
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"
|