Changeset View
Changeset View
Standalone View
Standalone View
chinese/fcitx5-rime/Makefile
- This file was added.
| # Created by: Ka Ho Ng <khng300@gmail.com> | |||||
| # $FreeBSD$ | |||||
| PORTNAME= fcitx5-rime | |||||
| DISTVERSION= 5.0.2 | |||||
| CATEGORIES= chinese textproc | |||||
| MAINTAINER= khng300@gmail.com | |||||
| COMMENT= RIME support for Fcitx5 | |||||
| LICENSE= LGPL21 | |||||
| LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt | |||||
| BUILD_DEPENDS= fcitx5>=5.0.2:textproc/fcitx5 \ | |||||
| zh-rime-data>=g0:chinese/rime-data | |||||
| LIB_DEPENDS= librime.so:chinese/librime | |||||
| RUN_DEPENDS= fcitx5>=5.0.2:textproc/fcitx5 \ | |||||
| zh-rime-data>=g0:chinese/rime-data | |||||
| USES= compiler:c++11-lib gettext-tools cmake kde:5 pkgconfig | |||||
| USE_GITHUB= yes | |||||
| GH_ACCOUNT= fcitx | |||||
| USE_KDE= ecm | |||||
| .include <bsd.port.mk> | |||||