2012-10-22 07:54:32 +00:00
|
|
|
# Created by: Zhihao Yuan <lichray@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fcitx-rime
|
2015-03-31 07:08:00 +00:00
|
|
|
PORTVERSION= 0.3.1
|
2012-10-22 07:54:32 +00:00
|
|
|
CATEGORIES= chinese
|
2015-03-31 07:08:00 +00:00
|
|
|
MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/
|
2012-10-22 07:54:32 +00:00
|
|
|
DIST_SUBDIR= fcitx
|
|
|
|
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
|
|
COMMENT= RIME support for Fcitx
|
|
|
|
|
2015-03-31 07:08:00 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2013-12-11 14:58:29 +00:00
|
|
|
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
|
|
|
|
librime.so:${PORTSDIR}/chinese/librime
|
2015-03-31 07:08:00 +00:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/brise/default.yaml:${PORTSDIR}/chinese/brise
|
2012-10-22 07:54:32 +00:00
|
|
|
|
2015-03-31 08:51:30 +00:00
|
|
|
USES= tar:xz cmake gettext pkgconfig
|
2012-10-22 07:54:32 +00:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
|
2015-03-31 07:08:00 +00:00
|
|
|
CMAKE_ARGS+= -DBRISE_DIR=${LOCALBASE}/share/brise
|
2012-10-22 07:54:32 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|