e626c8d133
Approved by: portmgr (blanket infrastructure)
22 lines
490 B
Makefile
22 lines
490 B
Makefile
# Created by: Zhihao Yuan <lichray@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fcitx-googlepinyin
|
|
PORTVERSION= 0.1.6
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
DIST_SUBDIR= fcitx
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
COMMENT= A libgooglepinyin support for Fcitx
|
|
|
|
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
|
|
libgooglepinyin.so:${PORTSDIR}/chinese/libgooglepinyin
|
|
|
|
USE_XZ= yes
|
|
USES= cmake gettext pkgconfig
|
|
USE_GNOME= intltool
|
|
|
|
PROJECTHOST= fcitx
|
|
|
|
.include <bsd.port.mk>
|