freebsd-ports/textproc/fcitx5-gtk-common/Makefile
Li-Wen Hsu 5d6891c1e6
textproc/fcitx5-gtk*: Add GTK4 support
- Split into gtk2, gtk3, gtk4 FLAVORS
- Extract common files to textproc/fcitx5-gtk-common

Approved by:	khng
Differential Revision: https://reviews.freebsd.org/D38074
2023-03-18 21:06:19 +08:00

18 lines
336 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"