aboutsummaryrefslogtreecommitdiff
path: root/chinese/libgooglepinyin/Makefile
blob: b3f2acc9c850832c501bd840b7ea6ce124049285 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$

PORTNAME=	libgooglepinyin
PORTVERSION=	0.1.2
CATEGORIES=	chinese devel
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}

MAINTAINER=	lichray@gmail.com
COMMENT=	A fork of Google Pinyin IME on Android

USE_LDCONFIG=	yes
USES=		tar:bzip2 cmake

.include <bsd.port.mk>