mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
60308c34a8
PR: 231617 Submitted by: ryo@tetera.org Approved by: maintainer
25 lines
550 B
Makefile
25 lines
550 B
Makefile
# Created by: Zhihao Yuan <lichray@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fcitx-rime
|
|
PORTVERSION= 0.3.2
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/
|
|
DIST_SUBDIR= fcitx
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
COMMENT= RIME support for Fcitx
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
|
|
librime.so:chinese/librime
|
|
RUN_DEPENDS= ${LOCALBASE}/share/brise/default.yaml:chinese/brise
|
|
|
|
USES= tar:xz cmake gettext pkgconfig
|
|
INSTALLS_ICONS= yes
|
|
|
|
CMAKE_ARGS+= -DBRISE_DIR=${LOCALBASE}/share/brise
|
|
|
|
.include <bsd.port.mk>
|