engine, as a back-end to the Fcitx IM framework. WWW: http://code.google.com/p/fcitx/ PR: 172751 Submitted by: Zhihao Yuan <lichray@gmail.com> Feature safe: yes
25 lines
482 B
Makefile
25 lines
482 B
Makefile
# Created by: Zhihao Yuan <lichray@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fcitx-rime
|
|
PORTVERSION= 0.1.2
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= GOOGLE_CODE
|
|
DIST_SUBDIR= fcitx
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
COMMENT= RIME support for Fcitx
|
|
|
|
LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \
|
|
rime:${PORTSDIR}/chinese/librime
|
|
|
|
USE_LDCONFIG= ${PREFIX}/lib/fcitx/
|
|
USE_XZ= yes
|
|
USE_GETTEXT= yes
|
|
USE_CMAKE= yes
|
|
USE_GNOME= intltool
|
|
INSTALLS_ICONS= yes
|
|
|
|
PROJECTHOST= fcitx
|
|
|
|
.include <bsd.port.mk>
|