2018-11-23 10:50:55 +01:00
|
|
|
# $NetBSD: options.mk,v 1.4 2018/11/23 09:50:55 abs Exp $
|
2013-08-22 17:34:32 +02:00
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.harfbuzz
|
2018-11-23 10:50:55 +01:00
|
|
|
PKG_SUPPORTED_OPTIONS+= icu
|
2013-10-04 16:34:53 +02:00
|
|
|
PKG_SUGGESTED_OPTIONS= icu
|
2013-08-22 17:34:32 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
2013-09-01 00:20:24 +02:00
|
|
|
PLIST_VARS+= icu
|
|
|
|
|
2013-08-22 17:34:32 +02:00
|
|
|
.if !empty(PKG_OPTIONS:Micu)
|
|
|
|
.include "../../textproc/icu/buildlink3.mk"
|
|
|
|
CONFIGURE_ARGS+= --with-icu=yes
|
2013-09-01 00:20:24 +02:00
|
|
|
PLIST.icu= yes
|
2013-08-22 17:34:32 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --with-icu=no
|
|
|
|
.endif
|