emulators/qemu: Add NCURSES option
- Add ISCSI OPTION [1] PR: 246038 217355 [1] Submitted by: cy d8zNeCFG@aon.at [1]
This commit is contained in:
parent
b9f3c6720d
commit
7d444a7343
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538082
1 changed files with 14 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= qemu
|
||||
PORTVERSION= 4.1.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= https://download.qemu.org/
|
||||
DIST_SUBDIR= qemu/${PORTVERSION}
|
||||
|
@ -37,10 +37,16 @@ MAKE_ENV+= BSD_MAKE="${MAKE}" V=1
|
|||
|
||||
OPTIONS_DEFINE= SAMBA X11 GTK3 OPENGL GNUTLS SASL JPEG PNG CURL \
|
||||
VDE CDROM_DMA PCAP USBREDIR X86_TARGETS \
|
||||
STATIC_LINK DOCS NCURSES
|
||||
STATIC_LINK DOCS ISCSI
|
||||
OPTIONS_SINGLE= NCURSES
|
||||
OPTIONS_SINGLE_NCURSES= NCURSES_DEFAULT NCURSES_BASE NCURSES_PORT
|
||||
CDROM_DMA_DESC= IDE CDROM DMA
|
||||
GNUTLS_DESC= gnutls dependency (vnc encryption)
|
||||
ISCSI_DESC= libiscsi dependency (iSCSI client for emulated drives)
|
||||
JPEG_DESC= jpeg dependency (vnc lossy compression)
|
||||
NCURSES_DEFAULT_DESC= Depend on ncurses (ports if installed, otherwise base)
|
||||
NCURSES_BASE_DESC= Depend on ncurses in base
|
||||
NCURSES_PORT_DESC= Depend on devel/ncurses in ports
|
||||
PCAP_DESC= pcap dependency (networking with bpf)
|
||||
PNG_DESC= png dependency (vnc compression)
|
||||
SAMBA_DESC= samba dependency (for -smb)
|
||||
|
@ -49,7 +55,7 @@ STATIC_LINK_DESC= Statically link the executables
|
|||
USBREDIR_DESC= usb device network redirection (experimental!)
|
||||
VDE_DESC= vde dependency (for vde networking)
|
||||
X86_TARGETS_DESC= Build only x86 system targets
|
||||
OPTIONS_DEFAULT=X11 GTK3 OPENGL GNUTLS SASL JPEG PNG CDROM_DMA CURL PCAP NCURSES VDE
|
||||
OPTIONS_DEFAULT=X11 GTK3 OPENGL GNUTLS SASL JPEG PNG CDROM_DMA CURL PCAP NCURSES_DEFAULT VDE
|
||||
OPTIONS_SUB= yes
|
||||
CURL_CONFIGURE_OFF= --disable-curl
|
||||
CURL_LIB_DEPENDS= libcurl.so:ftp/curl
|
||||
|
@ -62,9 +68,13 @@ GTK3_CONFIGURE_OFF= --disable-gtk --disable-vte
|
|||
GTK3_LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
|
||||
GTK3_USE= GNOME=gdkpixbuf2,gtk30,vte3 XORG=x11,xext
|
||||
GTK3_USES= gettext gl
|
||||
ISCSI_LIB_DEPENDS= libiscsi.so:net/libiscsi
|
||||
ISCSI_CONFIGURE_OFF= --disable-libiscsi
|
||||
JPEG_CONFIGURE_OFF= --disable-vnc-jpeg
|
||||
JPEG_USES= jpeg
|
||||
NCURSES_USES= ncurses:base
|
||||
NCURSES_DEFAULT_USES= ncurses
|
||||
NCURSES_BASE_USES= ncurses:base
|
||||
NCURSES_PORT_USES= ncurses:port
|
||||
OPENGL_CONFIGURE_OFF= --disable-opengl
|
||||
OPENGL_USE= GL=gl
|
||||
OPENGL_USES= gl
|
||||
|
|
Loading…
Reference in a new issue