aboutsummaryrefslogtreecommitdiff
path: root/chinese/fcitx-rime/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2015-03-31 07:08:00 +0000
committerXin LI <delphij@FreeBSD.org>2015-03-31 07:08:00 +0000
commit1e0f9c5aadd2d4f1f7f5a237c4daaafd77235e75 (patch)
tree78917bf49ceac628433c2677aa29dda7b28d1619 /chinese/fcitx-rime/Makefile
parent2a2483840ac023d506d79431f88ef146a146edc2 (diff)
downloadports-1e0f9c5aadd2d4f1f7f5a237c4daaafd77235e75.tar.gz
ports-1e0f9c5aadd2d4f1f7f5a237c4daaafd77235e75.zip
Major update to libpinyin, fcitx and their add ons:
- New port: chinese/brise Rime schema repository - Update chinese/fcitx to 4.2.8.5. - Update chinese/fcitx-chewing to 0.2.2. - Update chinese/fcitx-cloudpinyin to 0.3.4. - Update chinese/fcitx-configtool to 0.4.8. - Update chinese/fcitx-libpinyin to 0.3.1. - Update chinese/fcitx-rime to 0.3.1. - Update chinese/fcitx-sunpinyin to 0.4.1. - Update chinese/fcitx-table-extra to 0.3.7. - Add LICENSE and update website (mainly move off Google Code) for various ports. - Update chinese/libpinyin to 1.1.0. - Update chinese/librime to 1.1. - Update chinese/opencc to 0.4.3. - Update japanese/fcitx-anthy to 0.2.1. - New port: japanese/fcitx-skk SKK support for Fcitx - Update korean/fcitx-hangul to 0.3.0. - Update textproc/fcitx-m17n to 0.2.3. PR: ports/198743 Submitted by: maintainer, hiroto.kagotani@gmail.com, delphij
Notes
Notes: svn path=/head/; revision=382798
Diffstat (limited to 'chinese/fcitx-rime/Makefile')
-rw-r--r--chinese/fcitx-rime/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/chinese/fcitx-rime/Makefile b/chinese/fcitx-rime/Makefile
index ecdd2845bfda..4dac0230eee1 100644
--- a/chinese/fcitx-rime/Makefile
+++ b/chinese/fcitx-rime/Makefile
@@ -2,23 +2,23 @@
# $FreeBSD$
PORTNAME= fcitx-rime
-PORTVERSION= 0.1.2
-PORTREVISION= 1
+PORTVERSION= 0.3.1
CATEGORIES= chinese
-MASTER_SITES= GOOGLE_CODE
+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:${PORTSDIR}/chinese/fcitx \
librime.so:${PORTSDIR}/chinese/librime
+RUN_DEPENDS= ${LOCALBASE}/share/brise/default.yaml:${PORTSDIR}/chinese/brise
-USE_LDCONFIG= ${PREFIX}/lib/fcitx/
USES= tar:xz cmake gettext
-USE_GNOME= intltool
INSTALLS_ICONS= yes
-PROJECTHOST= fcitx
+CMAKE_ARGS+= -DBRISE_DIR=${LOCALBASE}/share/brise
.include <bsd.port.mk>