5d6891c1e6
- Split into gtk2, gtk3, gtk4 FLAVORS - Extract common files to textproc/fcitx5-gtk-common Approved by: khng Differential Revision: https://reviews.freebsd.org/D38074
18 lines
336 B
Makefile
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"
|