mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
30 lines
581 B
Makefile
30 lines
581 B
Makefile
# Created by: Ka Ho Ng <khng300@gmail.com>
|
|
|
|
PORTNAME= fcitx5-gtk
|
|
DISTVERSION= 5.0.3
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= khng300@gmail.com
|
|
COMMENT= Fcitx support for GTK+ 2/3
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt
|
|
|
|
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
|
|
|
|
USES= compiler:c++17-lang gettext-tools cmake gnome kde:5 pkgconfig xorg
|
|
|
|
PLIST_SUB= VER=${PORTVERSION}
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= fcitx
|
|
USE_GNOME= introspection glib20 gtk20 gtk30
|
|
USE_KDE= ecm
|
|
USE_XORG= x11
|
|
|
|
CMAKE_OFF= ENABLE_GTK4_IM_MODULE
|
|
|
|
.include <bsd.port.mk>
|