aboutsummaryrefslogtreecommitdiff
path: root/chinese/fcitx-configtool
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2011-11-11 08:23:07 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2011-11-11 08:23:07 +0000
commitc91cb025f26547e933be131b3b05585a39eaa4df (patch)
treeee2a767c5c14d892870bd915ecc52d91707cfa55 /chinese/fcitx-configtool
parentd59d10533cc7f9eba75e6b4e2b2d27c346297ed4 (diff)
downloadports-c91cb025f26547e933be131b3b05585a39eaa4df.tar.gz
ports-c91cb025f26547e933be131b3b05585a39eaa4df.zip
Fcitx is a simple and fast Chinese XIM server. It comes with a script,
fcitx-configtool, which looks for this configure tool and invokes it. WWW: http://code.google.com/p/fcitx/ PR: ports/162461 Submitted by: Zhihao Yuan <lichray_AT_gmail.com> Feature safe: yes
Notes
Notes: svn path=/head/; revision=285546
Diffstat (limited to 'chinese/fcitx-configtool')
-rw-r--r--chinese/fcitx-configtool/Makefile29
-rw-r--r--chinese/fcitx-configtool/distinfo2
-rw-r--r--chinese/fcitx-configtool/pkg-descr4
3 files changed, 35 insertions, 0 deletions
diff --git a/chinese/fcitx-configtool/Makefile b/chinese/fcitx-configtool/Makefile
new file mode 100644
index 000000000000..b673a92af393
--- /dev/null
+++ b/chinese/fcitx-configtool/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: fcitx-configtool
+# Date created: 09 Nov 2011
+# Whom: Zhihao Yuan <lichray@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= fcitx-configtool
+PORTVERSION= 0.3.1
+CATEGORIES= chinese x11
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
+DIST_SUBDIR= ${PORTNAME}
+
+MAINTAINER= lichray@gmail.com
+COMMENT= Fcitx IM configure tool
+
+LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx
+
+USE_BZIP2= yes
+USE_GNOME= gtk20 intltool gnomehack
+USE_GETTEXT= yes
+USE_CMAKE= yes
+
+PROJECTHOST= fcitx
+
+PLIST_FILES= bin/fcitx-config-gtk \
+ share/locale/zh_CN/LC_MESSAGES/fcitx-configtool.mo
+
+.include <bsd.port.mk>
diff --git a/chinese/fcitx-configtool/distinfo b/chinese/fcitx-configtool/distinfo
new file mode 100644
index 000000000000..614c1d65604c
--- /dev/null
+++ b/chinese/fcitx-configtool/distinfo
@@ -0,0 +1,2 @@
+SHA256 (fcitx-configtool/fcitx-configtool-0.3.1.tar.bz2) = 60a2596ca3c36d0c98398d36d4eb5f1f03992133a782ae15cb39f66131aeaa3e
+SIZE (fcitx-configtool/fcitx-configtool-0.3.1.tar.bz2) = 22323
diff --git a/chinese/fcitx-configtool/pkg-descr b/chinese/fcitx-configtool/pkg-descr
new file mode 100644
index 000000000000..c6f3b99541cc
--- /dev/null
+++ b/chinese/fcitx-configtool/pkg-descr
@@ -0,0 +1,4 @@
+Fcitx is a simple and fast Chinese XIM server. It comes with a script,
+fcitx-configtool, which looks for this configure tool and invokes it.
+
+WWW: http://code.google.com/p/fcitx/