mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
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
This commit is contained in:
parent
d59d10533c
commit
c91cb025f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285546
@ -36,6 +36,7 @@
|
||||
SUBDIR += enscript
|
||||
SUBDIR += eterm
|
||||
SUBDIR += fcitx
|
||||
SUBDIR += fcitx-configtool
|
||||
SUBDIR += fireflyttf
|
||||
SUBDIR += font-std
|
||||
SUBDIR += fortune
|
||||
|
29
chinese/fcitx-configtool/Makefile
Normal file
29
chinese/fcitx-configtool/Makefile
Normal file
@ -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>
|
2
chinese/fcitx-configtool/distinfo
Normal file
2
chinese/fcitx-configtool/distinfo
Normal file
@ -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
|
4
chinese/fcitx-configtool/pkg-descr
Normal file
4
chinese/fcitx-configtool/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user