2013-09-12 11:07:08 +02:00
|
|
|
# Created by: Zhihao Yuan <lichray@gmail.com>
|
2011-11-11 16:47:43 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fcitx-sunpinyin
|
2018-09-25 09:58:06 +02:00
|
|
|
PORTVERSION= 0.4.2
|
2018-11-11 12:47:33 +01:00
|
|
|
PORTREVISION= 1
|
2011-11-14 01:41:34 +01:00
|
|
|
CATEGORIES= chinese
|
2015-03-31 09:08:00 +02:00
|
|
|
MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/
|
2011-11-14 01:41:34 +01:00
|
|
|
DIST_SUBDIR= fcitx
|
2011-11-11 16:47:43 +01:00
|
|
|
|
2015-03-31 09:08:00 +02:00
|
|
|
MAINTAINER= lichray@gmail.com
|
2011-11-11 16:47:43 +01:00
|
|
|
COMMENT= SunPinyin support for Fcitx
|
|
|
|
|
2015-03-31 09:08:00 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2018-11-11 12:47:33 +01:00
|
|
|
BUILD_DEPENDS= bash:shells/bash
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
|
|
|
|
libsunpinyin.so:chinese/sunpinyin
|
2011-11-11 16:47:43 +01:00
|
|
|
|
2019-11-08 10:31:13 +01:00
|
|
|
USES= cmake gettext gnome pkgconfig tar:xz
|
2011-11-11 16:47:43 +01:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|