mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
21 lines
427 B
Makefile
21 lines
427 B
Makefile
# 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>
|