# /usr/ports/x11-servers/Makefile.local by jhs_ERASE_@berklix.com .include "../Makefile.undef" .if (defined(BERKLIX_CLIENT) || defined(BERKLIX_MINIMAL) ) #{ SUBDIR += xorg-server # For host=laps, host=fire 5.3 & beyond .endif #} .if ( defined(BERKLIX_CLIENT) && defined(BERKLIX_AMBITIOUS) ) #{ SUBDIR += xorg-nestserver # For security /usr/local/bin/Xnest # http://en.wikipedia.org/wiki/Xnest # Xnest is a display server implementing the X11 display # server protocol that shows its output in a window. In other # words, Xnest opens a window that works like another screen # in which the user can open windows, etc. # http://pestilenz.org/cgi-bin/blosxom.cgi/2005/11/16#Xsandbox # SUBDIR += xephyr # For security, think xnest & more /usr/local/bin/Xephyr # http://en.wikipedia.org/wiki/Xephyr # Xephyr is a display server implementing the X11 display # server protocol based on KDrive which targets a window on # a host X Server as its framebuffer. # -- # Unlike the similar Xnest, Xephyr supports modern X extensions # (even if host server doesn't) such as composite, damage, # randr, etc. It uses SHM images and shadow framebuffer updates # to provide good performance. It also has a visual debugging # mode for observing screen updates. .endif #} .if (defined(BERKLIX_CLIENT) || defined(BERKLIX_MINIMAL) ) #{ .if ( ${OSVERSION} <= 492000 ) SUBDIR += XFree86-4-Server # For host=lapa 4.11 .endif .endif #}