New port: x11-drivers/xlibre-xf86-input-elographics New port: x11-drivers/xlibre-xf86-input-evdev New port: x11-drivers/xlibre-xf86-input-joystick New port: x11-drivers/xlibre-xf86-input-keyboard New port: x11-drivers/xlibre-xf86-input-libinput New port: x11-drivers/xlibre-xf86-input-mouse New port: x11-drivers/xlibre-xf86-input-synaptics New port: x11-drivers/xlibre-xf86-input-vmmouse New port: x11-drivers/xlibre-xf86-input-void New port: x11-drivers/xlibre-xf86-input-wacom New port: x11-drivers/xlibre-xf86-video-amdgpu New port: x11-drivers/xlibre-xf86-video-ast New port: x11-drivers/xlibre-xf86-video-ati New port: x11-drivers/xlibre-xf86-video-dummy New port: x11-drivers/xlibre-xf86-video-intel New port: x11-drivers/xlibre-xf86-video-mga New port: x11-drivers/xlibre-xf86-video-nv New port: x11-drivers/xlibre-xf86-video-qxl New port: x11-drivers/xlibre-xf86-video-vesa New port: x11-drivers/xlibre-xf86-video-vmware Reviewed by: dtxdf acm Tested by: dtxdf acm Obtained from: https://github.com/b-aaz/xlibre-ports
51 lines
1.6 KiB
Makefile
51 lines
1.6 KiB
Makefile
COMMENT = X11 drivers
|
|
|
|
SUBDIR += xf86-input-egalax
|
|
SUBDIR += xf86-input-elographics
|
|
SUBDIR += xf86-input-evdev
|
|
SUBDIR += xf86-input-joystick
|
|
SUBDIR += xf86-input-keyboard
|
|
SUBDIR += xf86-input-libinput
|
|
SUBDIR += xf86-input-mouse
|
|
SUBDIR += xf86-input-synaptics
|
|
SUBDIR += xf86-input-vmmouse
|
|
SUBDIR += xf86-input-void
|
|
SUBDIR += xf86-input-wacom
|
|
SUBDIR += xf86-video-amdgpu
|
|
SUBDIR += xf86-video-ast
|
|
SUBDIR += xf86-video-ati
|
|
SUBDIR += xf86-video-dummy
|
|
SUBDIR += xf86-video-intel
|
|
SUBDIR += xf86-video-mga
|
|
SUBDIR += xf86-video-nv
|
|
SUBDIR += xf86-video-qxl
|
|
SUBDIR += xf86-video-scfb
|
|
SUBDIR += xf86-video-vesa
|
|
SUBDIR += xf86-video-vmware
|
|
SUBDIR += xlibre-drivers
|
|
SUBDIR += xlibre-xf86-input-elographics
|
|
SUBDIR += xlibre-xf86-input-evdev
|
|
SUBDIR += xlibre-xf86-input-joystick
|
|
SUBDIR += xlibre-xf86-input-keyboard
|
|
SUBDIR += xlibre-xf86-input-libinput
|
|
SUBDIR += xlibre-xf86-input-mouse
|
|
SUBDIR += xlibre-xf86-input-synaptics
|
|
SUBDIR += xlibre-xf86-input-vmmouse
|
|
SUBDIR += xlibre-xf86-input-void
|
|
SUBDIR += xlibre-xf86-input-wacom
|
|
SUBDIR += xlibre-xf86-video-amdgpu
|
|
SUBDIR += xlibre-xf86-video-ast
|
|
SUBDIR += xlibre-xf86-video-ati
|
|
SUBDIR += xlibre-xf86-video-dummy
|
|
SUBDIR += xlibre-xf86-video-intel
|
|
SUBDIR += xlibre-xf86-video-mga
|
|
SUBDIR += xlibre-xf86-video-nv
|
|
SUBDIR += xlibre-xf86-video-qxl
|
|
SUBDIR += xlibre-xf86-video-vesa
|
|
SUBDIR += xlibre-xf86-video-vmware
|
|
SUBDIR += xorg-drivers
|
|
SUBDIR += xorgxrdp
|
|
SUBDIR += xorgxrdp-devel
|
|
|
|
.include <bsd.port.subdir.mk>
|