aboutsummaryrefslogtreecommitdiff
path: root/textproc/fcitx5-gtk/Makefile
blob: 512922aa957ab45b341830c419c6bd2b7046ccdd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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>