blob: ebd1fac22b179f573f4f2978bdb562a756f0890c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
PORTNAME= fcitx-cloudpinyin
PORTVERSION= 0.3.4
CATEGORIES= chinese
MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
COMMENT= Cloud-based Pinyin module for Fcitx
LICENSE= GPLv2
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
libcurl.so:ftp/curl
USES= tar:xz cmake gettext pkgconfig
.include <bsd.port.mk>
|