aboutsummaryrefslogblamecommitdiff
path: root/textproc/fcitx5-gtk/Makefile
blob: 512922aa957ab45b341830c419c6bd2b7046ccdd (plain) (tree)
1
2
3
4
                                          

                          
                     











                                                                                  

                                  










                                                
# 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>