freebsd-ports/chinese/fcitx-googlepinyin/Makefile
Alex Kozlov 08c99f3ad5 - Convert USE_GETTEXT to USES (part 1)
Approved by:	portmgr (bapt)
2013-04-24 07:35:40 +00:00

22 lines
468 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= fcitx-config:${PORTSDIR}/chinese/fcitx \
googlepinyin:${PORTSDIR}/chinese/libgooglepinyin
USE_XZ= yes
USES= cmake gettext
USE_GNOME= intltool
PROJECTHOST= fcitx
.include <bsd.port.mk>