a57522f229
Approved by: portmgr (blanket infrastructure)
16 lines
321 B
Makefile
16 lines
321 B
Makefile
# 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_BZIP2= yes
|
|
USE_LDCONFIG= yes
|
|
USES= cmake
|
|
|
|
.include <bsd.port.mk>
|