mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
38 lines
770 B
Makefile
38 lines
770 B
Makefile
COMMENT = anthy wrapper for fcitx5
|
|
|
|
DISTNAME = fcitx5-anthy-5.1.5
|
|
PKGNAME = ${DISTNAME:S/fcitx5/fcitx/}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = inputmethods japanese
|
|
|
|
HOMEPAGE = https://github.com/fcitx/fcitx5-anthy
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} Fcitx5Config Fcitx5Core Fcitx5Utils
|
|
WANTLIB += anthy anthydic m
|
|
|
|
# LGPL-2.1+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
SITES = https://download.fcitx-im.org/fcitx5/fcitx5-anthy/
|
|
EXTRACT_SUFX = .tar.zst
|
|
|
|
MODULES = devel/kf5
|
|
MODQT5_DEPS = No
|
|
|
|
BUILD_DEPENDS = devel/gettext,-tools \
|
|
inputmethods/fcitx \
|
|
devel/iso-codes
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
misc/shared-mime-info \
|
|
x11/gtk+4,-guic
|
|
|
|
LIB_DEPENDS = inputmethods/fcitx \
|
|
inputmethods/anthy
|
|
|
|
# ninja: error: unknown target 'test'
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|