mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
32 lines
533 B
Makefile
32 lines
533 B
Makefile
COMMENT = implementation of xim protocol in xcb
|
|
|
|
DISTNAME = xcb-imdkit-1.0.9
|
|
REVISION = 1
|
|
|
|
SHARED_LIBS += xcb-imdkit 2.0 # 2.0
|
|
|
|
CATEGORIES = inputmethods
|
|
|
|
HOMEPAGE = https://github.com/fcitx/xcb-imdkit
|
|
|
|
# LGPL 2.1
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += xcb xcb-util
|
|
|
|
SITES = https://download.fcitx-im.org/fcitx5/xcb-imdkit/
|
|
EXTRACT_SUFX = .tar.zst
|
|
|
|
# C11
|
|
COMPILER = base-clang ports-gcc
|
|
COMPILER_LANGS = c
|
|
|
|
MODULES = devel/kf5
|
|
MODQT5_DEPS = No
|
|
|
|
BUILD_DEPENDS = devel/uthash
|
|
|
|
CFLAGS += -I${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|