diff options
Diffstat (limited to 'chinese/fcitx-googlepinyin/Makefile')
-rw-r--r-- | chinese/fcitx-googlepinyin/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/chinese/fcitx-googlepinyin/Makefile b/chinese/fcitx-googlepinyin/Makefile deleted file mode 100644 index 842c65cbc268..000000000000 --- a/chinese/fcitx-googlepinyin/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Zhihao Yuan <lichray@gmail.com> -# $FreeBSD$ - -PORTNAME= fcitx-googlepinyin -PORTVERSION= 0.1.6 -PORTREVISION= 1 -CATEGORIES= chinese -MASTER_SITES= GOOGLE_CODE -DIST_SUBDIR= fcitx - -MAINTAINER= lichray@gmail.com -COMMENT= Libgooglepinyin support for Fcitx - -LICENSE= GPLv3 - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ - libgooglepinyin.so:chinese/libgooglepinyin - -USES= tar:xz cmake gettext pkgconfig iconv -USE_GNOME= intltool -INSTALLS_ICONS= yes - -PROJECTHOST= fcitx - -.include <bsd.port.mk> |