GTK+ has been renamed to GTK since 2019. Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html Approved by: portmgr (blanket)
19 lines
335 B
Makefile
19 lines
335 B
Makefile
COMMENT= Fcitx support for GTK (common files)
|
|
|
|
PKGNAMESUFFIX= -common
|
|
|
|
MASTERDIR= ${.CURDIR}/../fcitx5-gtk
|
|
|
|
RUN_DEPENDS= # empty
|
|
|
|
PLIST= ${MASTERDIR}/pkg-plist.common
|
|
|
|
FLAVORS= # empty
|
|
FLAVOR= # empty
|
|
|
|
CMAKE_ON= # empty
|
|
CMAKE_OFF= ENABLE_GTK2_IM_MODULE ENABLE_GTK3_IM_MODULE \
|
|
ENABLE_GTK4_IM_MODULE
|
|
|
|
.include "${MASTERDIR}/Makefile"
|