2012-10-15 21:13:59 +02:00
|
|
|
# Created by: Zhihao Yuan <lichray@gmail.com>
|
2011-11-11 16:53:33 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fcitx-googlepinyin
|
2012-10-15 21:13:59 +02:00
|
|
|
PORTVERSION= 0.1.6
|
2011-11-14 01:41:34 +01:00
|
|
|
CATEGORIES= chinese
|
2011-11-11 16:53:33 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
2011-11-14 01:41:34 +01:00
|
|
|
DIST_SUBDIR= fcitx
|
2011-11-11 16:53:33 +01:00
|
|
|
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
|
|
COMMENT= A libgooglepinyin support for Fcitx
|
|
|
|
|
2013-12-11 15:58:29 +01:00
|
|
|
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
|
|
|
|
libgooglepinyin.so:${PORTSDIR}/chinese/libgooglepinyin
|
2011-11-11 16:53:33 +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-11 16:53:33 +01:00
|
|
|
USE_GNOME= intltool
|
|
|
|
|
|
|
|
PROJECTHOST= fcitx
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|