mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
37e782dfbc
minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt)
16 lines
314 B
Makefile
16 lines
314 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= Fork of Google Pinyin IME on Android
|
|
|
|
USE_LDCONFIG= yes
|
|
USES= tar:bzip2 cmake
|
|
|
|
.include <bsd.port.mk>
|