1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/chinese/ibus-pinyin/Makefile
Henry Hu f38d0fdbea chinese/ibus-pinyin: fix build with sqlite3 DQS option off
Also mention that ibus-libpinyin should be preferred.

See also:	PR 270064
PR:		270376
2023-03-22 21:15:30 +01:00

33 lines
781 B
Makefile

PORTNAME= ibus-pinyin
PORTVERSION= 1.5.0
PORTREVISION= 10
CATEGORIES= chinese
MAINTAINER= henry.hu.sh@gmail.com
COMMENT= PinYin engine for IBus
WWW= http://code.google.com/p/ibus
LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} \
${LOCALBASE}/share/gir-1.0/IBus-1.0.gir:textproc/ibus
LIB_DEPENDS= libpyzy-1.0.so:chinese/pyzy \
libibus-1.0.so:textproc/ibus \
libsqlite3.so:databases/sqlite3
USES= autoreconf compiler:c++11-lib gettext gmake gnome libtool \
pkgconfig python
USE_GITHUB= yes
GH_ACCOUNT= ibus
USE_GNOME= glib20 intltool
USE_PYTHON= py3kplist
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-dependency-tracking --disable-lua-extension
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>