df2ccf5857
The Chinese Pinyin and Bopomof input methods for IBus platform.
20 lines
370 B
Makefile
20 lines
370 B
Makefile
# $NetBSD: options.mk,v 1.1.1.1 2010/08/07 02:02:40 obache Exp $
|
|
#
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.ibus-pinyin
|
|
PKG_SUPPORTED_OPTIONS= lua
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
PLIST_VARS+= lua
|
|
|
|
#
|
|
# Lua extension
|
|
#
|
|
.if !empty(PKG_OPTIONS:Mlua)
|
|
.include "../../lang/lua/buildlink3.mk"
|
|
CONFIGURE_ARGS+= --enable-lua
|
|
PLIST.lua= yes
|
|
.else
|
|
CONFIGURE_ARGS+= --disable-lua
|
|
.endif
|