blob: bea8c7216d54118e110d7ebc003623691b4baf7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.6 2022/01/10 01:46:37 ryoon Exp $
DISTNAME= fcitx5-table-other-5.0.3
PKGREVISION= 3
CATEGORIES= inputmethod
MASTER_SITES= https://download.fcitx-im.org/fcitx5/fcitx5-table-other/
EXTRACT_SUFX= .tar.xz
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= https://download.fcitx-im.org/fcitx5/fcitx5-table-other/
COMMENT= Non-Chinese tables for Fcitx5
LICENSE= gnu-gpl-v3
BUILD_DEPENDS+= extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
DEPENDS+= fcitx5-[0-9]*:../../inputmethod/fcitx5
DEPENDS+= libime-[0-9]*:../../inputmethod/libime
USE_CMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= # none
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|