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
|
2015-03-31 09:08:00 +02:00
|
|
|
PORTVERSION= 0.4.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
|
|
|
|
|
|
|
|
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
|
|
|
|
libsunpinyin.so:${PORTSDIR}/chinese/sunpinyin
|
2011-11-11 16:47:43 +01:00
|
|
|
|
2014-07-29 23:07:39 +02:00
|
|
|
USES= cmake gettext pkgconfig tar:xz
|
2011-11-11 16:47:43 +01:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|