aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-10-02 13:19:48 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-10-02 13:19:48 +0000
commit4afb19f63e2f45794d5ec741d3169254b0933531 (patch)
treec2d9914a6dd0123a4df42fe1f71f03e6b0667772 /x11-toolkits
parentca6ba772fde7a61c3ca30c9d441fbe0c9deb635d (diff)
downloadports-4afb19f63e2f45794d5ec741d3169254b0933531.tar.gz
ports-4afb19f63e2f45794d5ec741d3169254b0933531.zip
Add FRIBIDI and HARFBUZZ options
Notes
Notes: svn path=/head/; revision=551206
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/p5-Prima/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Prima/Makefile b/x11-toolkits/p5-Prima/Makefile
index 30bd4f4e8aaf..2b84a36bb47e 100644
--- a/x11-toolkits/p5-Prima/Makefile
+++ b/x11-toolkits/p5-Prima/Makefile
@@ -26,8 +26,14 @@ USE_XORG= x11 xcursor xext xpm xrender xrandr
MAKE_JOBS_UNSAFE= yes
-OPTIONS_DEFINE= GTK2 GTK3 ICONV XFT
+OPTIONS_DEFINE= FRIBIDI GTK2 GTK3 HARFBUZZ ICONV XFT
OPTIONS_DEFAULT=ICONV XFT
+FRIBIDI_DESC= Bidirectional text support
+HARFBUZZ_DESC= Harfbuzz support
+
+FRIBIDI_CONFIGURE_OFF= WITH_FRIBIDI=0
+FRIBIDI_CONFIGURE_ON= WITH_FRIBIDI=1
+FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi
GTK2_CONFIGURE_OFF= WITH_GTK2=0
GTK2_CONFIGURE_ON= WITH_GTK2=1
GTK2_USE= GNOME=gtk20
@@ -36,6 +42,9 @@ GTK3_CONFIGURE_OFF= WITH_GTK3=0
GTK3_CONFIGURE_ON= WITH_GTK3=1
GTK3_USE= GNOME=gtk30
GTK3_USES= gnome
+HARFBUZZ_CONFIGURE_OFF= WITH_HARFBUZZ=0
+HARFBUZZ_CONFIGURE_ON= WITH_HARFBUZZ=1
+HARFBUZZ_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
ICONV_CONFIGURE_OFF= WITH_ICONV=0
ICONV_CONFIGURE_ON= WITH_ICONV=1
ICONV_USES= iconv