blob: 93f608a1612410b81e3a16db26335048979e4387 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
PORTNAME= fcitx-rime
PORTVERSION= 0.1.2
PORTREVISION= 1
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
USES= cmake gettext
USE_GNOME= intltool
INSTALLS_ICONS= yes
PROJECTHOST= fcitx
.include <bsd.port.mk>
|