blob: 70f330f25d48ab9daf362e329b2ec17c2cb27b88 (
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
26
|
# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
PORTNAME= fcitx-googlepinyin
PORTVERSION= 0.1.6
CATEGORIES= chinese
MASTER_SITES= GOOGLE_CODE
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
COMMENT= Libgooglepinyin support for Fcitx
LICENSE= GPLv3
BROKEN= Unfetchable (google code has gone away)
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
libgooglepinyin.so:chinese/libgooglepinyin
USES= tar:xz cmake gettext pkgconfig iconv
USE_GNOME= intltool
INSTALLS_ICONS= yes
PROJECTHOST= fcitx
.include <bsd.port.mk>
|