diff --git a/x11-servers/Makefile b/x11-servers/Makefile index 305338da9ffb..2942aa453f6b 100644 --- a/x11-servers/Makefile +++ b/x11-servers/Makefile @@ -1,11 +1,12 @@ COMMENT = X11 servers SUBDIR += Xfstt SUBDIR += x2vnc SUBDIR += x2x SUBDIR += xarcan SUBDIR += xlibre-ephyr + SUBDIR += xlibre-nest SUBDIR += xorg-server SUBDIR += xwayland .include diff --git a/x11-servers/xlibre-nest/Makefile b/x11-servers/xlibre-nest/Makefile new file mode 100644 index 000000000000..0701580ed906 --- /dev/null +++ b/x11-servers/xlibre-nest/Makefile @@ -0,0 +1,19 @@ +PORTNAME= xlibre-nest +PORTVERSION= ${XLIBRE_VER} +CATEGORIES= x11-servers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= Xlibre Xnest server +WWW= https://github.com/X11Libre/xserver/ + +LICENSE= MIT + +CONFLICTS_INSTALL= xorg-nestserver + +USES= xlibre-cat:server +USE_XORG+=xcb + +LIB_DEPENDS+= libxcb-util.so:x11/xcb-util \ + libxcb-icccm.so:x11/xcb-util-wm + +.include "../xlibre-server/Makefile.common" diff --git a/x11-servers/xlibre-nest/pkg-descr b/x11-servers/xlibre-nest/pkg-descr new file mode 100644 index 000000000000..5b039cfeaf1a --- /dev/null +++ b/x11-servers/xlibre-nest/pkg-descr @@ -0,0 +1 @@ +This package contains Xnest, a nesting X Server that displays on an X Server.