mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -04:00
15 lines
269 B
Makefile
15 lines
269 B
Makefile
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
|
|
NO_ARCH= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|