blob: 919952d961c8fe9a2f20f96efdaea4e87c57e7e9 (
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
|
# $NetBSD: Makefile,v 1.6 2022/01/10 01:46:37 ryoon Exp $
DISTNAME= fcitx5-table-extra-5.0.2
PKGREVISION= 3
CATEGORIES= inputmethod
MASTER_SITES= https://download.fcitx-im.org/fcitx5/fcitx5-table-extra/
EXTRACT_SUFX= .tar.xz
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= https://download.fcitx-im.org/fcitx5/fcitx5-table-extra/
COMMENT= Extra Chinese table for Fcitx5
LICENSE= gnu-gpl-v2
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"
|