2013-09-12 11:07:08 +02:00
|
|
|
# Created by: Zhihao Yuan <lichray@gmail.com>
|
2011-11-14 01:49:01 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fcitx-cloudpinyin
|
2012-09-19 09:20:18 +02:00
|
|
|
PORTVERSION= 0.3.0
|
2013-07-11 18:26:26 +02:00
|
|
|
PORTREVISION= 1
|
2011-11-14 01:49:01 +01:00
|
|
|
CATEGORIES= chinese
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
DIST_SUBDIR= fcitx
|
|
|
|
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
|
|
COMMENT= A cloud-based Pinyin module for Fcitx
|
|
|
|
|
2013-12-11 15:58:29 +01:00
|
|
|
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
|
|
|
|
libcurl.so:${PORTSDIR}/ftp/curl
|
2011-11-14 01:49:01 +01:00
|
|
|
|
2012-05-01 00:57:38 +02:00
|
|
|
USE_XZ= yes
|
2013-09-12 11:07:08 +02:00
|
|
|
USES= cmake gettext pkgconfig
|
2011-11-14 01:49:01 +01:00
|
|
|
USE_GNOME= intltool
|
|
|
|
|
|
|
|
PROJECTHOST= fcitx
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|