summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2016-03-21 08:33:54 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2016-03-21 08:33:54 +0000
commitc60fff812cc5ac5eb576cd28d42553a53b58c207 (patch)
tree2073f65edf7cec86a96cf58c42390d3fa6de8e67 /x11
parentUpdate to experimental-20160312 (diff)
Add an option to enable XHTML and SVG screen dumps.
Notes
Notes: svn path=/head/; revision=411546
Diffstat (limited to 'x11')
-rw-r--r--x11/xterm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile
index 50b1a1271a5a..57478211a82f 100644
--- a/x11/xterm/Makefile
+++ b/x11/xterm/Makefile
@@ -27,7 +27,8 @@ LIBS+= -L${LOCALBASE}/lib
ICONVERSION= 1
-OPTIONS_DEFINE= WCHAR LUIT DECTERM PCRE DABBREV 256COLOR SIXEL GNOME LOGGING
+OPTIONS_DEFINE= WCHAR LUIT DECTERM PCRE DABBREV 256COLOR SIXEL GNOME LOGGING \
+ SCRNDUMP
OPTIONS_RADIO= 3D
OPTIONS_RADIO_3D= XAW3D XAW3DXFT NEXTAW
@@ -41,6 +42,7 @@ LOGGING_DESC= Enable logging terminal I/O to a file
XAW3D_DESC= Link with Xaw 3d library
XAW3DXFT_DESC= Link with Xaw 3d xft (extended fonts) library
NEXTAW_DESC= Link with neXT Athena library
+SCRNDUMP_DESC= Enable XHTML and SVG screen dumps
OPTIONS_DEFAULT=WCHAR LUIT 256COLOR
@@ -56,6 +58,7 @@ DABBREV_CONFIGURE_ENABLE= dabbrev
SIXEL_CONFIGURE_ENABLE= sixel-graphics
GNOME_USES= desktop-file-utils
LOGGING_CONFIGURE_ENABLE= logging
+SCRNDUMP_CONFIGURE_ENABLE= screen-dumps
XAW3D_CONFIGURE_WITH= Xaw3d
XAW3D_LIB_DEPENDS= libXaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d
XAW3DXFT_CONFIGURE_WITH= Xaw3dxft