1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/chinese/ibus-pinyin/Makefile
Yuri Victorovich b5409b2cdd chinese/ibus-pinyin: Fixed build with NLS=off
PR:		219603
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
Reported by:	yuri
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13736
2018-01-09 23:59:55 +00:00

34 lines
794 B
Makefile

# Created by: Henry Hu <henry.hu.sh@gmail.com>
# $FreeBSD$
PORTNAME= ibus-pinyin
PORTVERSION= 1.5.0
PORTREVISION= 5
CATEGORIES= chinese
MAINTAINER= henry.hu.sh@gmail.com
COMMENT= PinYin engine for 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= compiler:c++11-lib gmake pkgconfig python autoreconf libtool gettext
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>