dfd9480ca8
* Replace DEPENDS with BUILD_DEPENDS. And remove trailing slash. * Add new BUILD_DEPENDS to some packages. CMake dectects ECM.
24 lines
777 B
Makefile
24 lines
777 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:54 ryoon Exp $
|
|
|
|
DISTNAME= fcitx5-rime-5.0.4
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= https://download.fcitx-im.org/fcitx5/fcitx5-rime/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://github.com/fcitx/fcitx5-rime
|
|
COMMENT= RIME traditional Chinese input method for Fcitx5
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
|
|
DEPENDS+= rime-luna-pinyin-[0-9]*:../../inputmethod/rime-luna-pinyin
|
|
|
|
USE_CMAKE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../inputmethod/fcitx5/buildlink3.mk"
|
|
.include "../../inputmethod/librime/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|