diff --git a/x11-servers/Makefile b/x11-servers/Makefile index 0640585416a5..5062b1a90ec7 100644 --- a/x11-servers/Makefile +++ b/x11-servers/Makefile @@ -1,13 +1,14 @@ COMMENT = X11 servers SUBDIR += Xfstt SUBDIR += x2vnc SUBDIR += x2x SUBDIR += xarcan SUBDIR += xlibre-ephyr SUBDIR += xlibre-nest SUBDIR += xlibre-server + SUBDIR += xlibre-vfb SUBDIR += xorg-server SUBDIR += xwayland .include diff --git a/x11-servers/xlibre-vfb/Makefile b/x11-servers/xlibre-vfb/Makefile new file mode 100644 index 000000000000..f57d65bc78e3 --- /dev/null +++ b/x11-servers/xlibre-vfb/Makefile @@ -0,0 +1,15 @@ +PORTNAME= xlibre-vfb +PORTVERSION= ${XLIBRE_VER} +CATEGORIES= x11-servers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= Xlibre Xvfb server +WWW= https://github.com/X11Libre/xserver/ + +LICENSE= MIT + +CONFLICTS_INSTALL= xorg-vfbserver + +USES= xlibre-cat:server + +.include "../xlibre-server/Makefile.common" diff --git a/x11-servers/xlibre-vfb/pkg-descr b/x11-servers/xlibre-vfb/pkg-descr new file mode 100644 index 000000000000..099ce2821ab5 --- /dev/null +++ b/x11-servers/xlibre-vfb/pkg-descr @@ -0,0 +1 @@ +This package contains Xvfb, a virtual framebuffer X server.