freebsd-ports/chinese/fcitx-cloudpinyin/Makefile

24 lines
484 B
Makefile
Raw Normal View History

# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
PORTNAME= fcitx-cloudpinyin
PORTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= chinese
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
COMMENT= A cloud-based Pinyin module for Fcitx
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
libcurl.so:${PORTSDIR}/ftp/curl
USE_XZ= yes
USES= cmake gettext pkgconfig
USE_GNOME= intltool
PROJECTHOST= fcitx
.include <bsd.port.mk>