mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
Add an option to enable XHTML and SVG screen dumps.
This commit is contained in:
parent
58522c0b5e
commit
c60fff812c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411546
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user