blob: 152cdb8f23902932252bed24d4ce450fefaf37d4 (
plain) (
blame)
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
30
31
32
33
34
35
|
PORTNAME= ibus-table-chinese
PORTVERSION= 1.8.13
CATEGORIES= chinese
MAINTAINER= ports@FreeBSD.org
COMMENT= Chinese input tables for IBus
WWW= https://github.com/mike-fabian/ibus-table-chinese
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
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:insource,noninja pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= mike-fabian
INSTALL_TARGET= install
DATADIR= ${PREFIX}/share/ibus-table
CMAKE_ARGS+= -DDATA_DIR:PATH="${PREFIX}/share" \
-DPRJ_DOC_DIR:PATH="${DOCSDIR}" \
-DCMAKE_FEDORA_TMP_DIR:PATH="${WRKSRC}"
MAKE_ENV+= PYTHONDONTWRITEBYTECODE=1
post-patch:
${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \
-e 's,%%DOCSDIR%%,${DOCSDIR},' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>
|