summaryrefslogtreecommitdiff
path: root/chinese/ibus-table-chinese/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/ibus-table-chinese/Makefile')
-rw-r--r--chinese/ibus-table-chinese/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/chinese/ibus-table-chinese/Makefile b/chinese/ibus-table-chinese/Makefile
deleted file mode 100644
index 63b286ba4ad2..000000000000
--- a/chinese/ibus-table-chinese/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= ibus-table-chinese
-PORTVERSION= 1.4.6
-PORTREVISION= 1
-CATEGORIES= chinese
-MASTER_SITES= GOOGLE_CODE
-PROJECTHOST= ibus
-DISTNAME= ${PORTNAME}-${PORTVERSION}-Source
-
-MAINTAINER= dennylin93@hs.ntnu.edu.tw
-COMMENT= Chinese input tables for IBus
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-BUILD_DEPENDS= ${LOCALBASE}/share/cmake/Modules/ManageEnvironment.cmake:devel/cmake-fedora \
- ibus-daemon:textproc/ibus \
- ${LOCALBASE}/libexec/ibus-engine-table:textproc/ibus-table
-RUN_DEPENDS= ibus-daemon:textproc/ibus \
- ${LOCALBASE}/libexec/ibus-engine-table:textproc/ibus-table
-
-USES= cmake pkgconfig
-INSTALL_TARGET= install
-DATADIR= ${PREFIX}/share/ibus-table
-PLIST_SUB+= PORTVERSION=${PORTVERSION}
-
-.include <bsd.port.mk>