freebsd-ports/chinese/fcitx-rime/Makefile
Wen Heping 92e914e2ff fcitx-rime provides RIME, a dialect-friendly intelligent Chinese input method
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
2012-10-22 07:54:32 +00:00

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>