summaryrefslogtreecommitdiff
path: root/chinese/libgooglepinyin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/libgooglepinyin/Makefile')
-rw-r--r--chinese/libgooglepinyin/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/chinese/libgooglepinyin/Makefile b/chinese/libgooglepinyin/Makefile
deleted file mode 100644
index 7e9e1cddfa6e..000000000000
--- a/chinese/libgooglepinyin/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Created by: Zhihao Yuan <lichray@gmail.com>
-# $FreeBSD$
-
-PORTNAME= libgooglepinyin
-PORTVERSION= 0.1.2
-CATEGORIES= chinese devel
-MASTER_SITES= GOOGLE_CODE
-
-MAINTAINER= lichray@gmail.com
-COMMENT= Fork of Google Pinyin IME on Android
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-LICENSE= APACHE20
-
-USE_LDCONFIG= yes
-USES= tar:bzip2 cmake
-
-.include <bsd.port.mk>