blob: 63b286ba4ad2090cd6fff790cd9078347a1b486e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# $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>
|