openbsd-ports/inputmethods/xcb-imdkit/Makefile
kevlo ba759af3a6 Import xcb-imdkit-1.0.3
xcb-imdkit is an implementation of xim protocol in xcb, comparing
with the implementation of IMDkit with Xlib, and xim inside Xlib,
it has less memory foot print, better performance, and safer on
malformed client.

From Yifei Zhan
2022-05-13 01:41:21 +00:00

33 lines
585 B
Makefile

COMMENT = implementation of xim protocol in xcb
DISTNAME = xcb-imdkit-1.0.3
SHARED_LIBS += xcb-imdkit 0.0 # 0.0
CATEGORIES = inputmethods
HOMEPAGE = https://github.com/fcitx/xcb-imdkit
MAINTAINER = Yifei Zhan <openbsd@zhan.science>
# LGPL 2.1
PERMIT_PACKAGE= Yes
WANTLIB += xcb xcb-util
MASTER_SITES = https://download.fcitx-im.org/fcitx5/xcb-imdkit/
EXTRACT_SUFX = .tar.xz
# C11
COMPILER = base-clang ports-clang ports-gcc
COMPILER_LANGS = c
MODULES = devel/kf5
MODQT5_DEPS = No
BUILD_DEPENDS = devel/uthash
CFLAGS += -I${LOCALBASE}/include
.include <bsd.port.mk>