aboutsummaryrefslogblamecommitdiff
path: root/chinese/ibus-table-chinese/Makefile
blob: 1700393f9563f1e1ea63776a2606873ecb0e80bd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                  
                     







                                             

                                                                                             





                                                                                             
                                                











                                                       
PORTNAME=	ibus-table-chinese
PORTVERSION=	1.8.3
CATEGORIES=	chinese

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Chinese input tables for IBus

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

BROKEN=		does not build: TypeError: cannot use a string pattern on a bytes-like object

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=	definite

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

.include <bsd.port.mk>