mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
6e5bffcde1
This hardware is still present on server hardware. Sponsored by: Beckhoff Automation GmbH & Co. KG PR: 270509
30 lines
829 B
Makefile
30 lines
829 B
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 += xorg-drivers
|
|
SUBDIR += xorgxrdp
|
|
SUBDIR += xorgxrdp-devel
|
|
|
|
.include <bsd.port.subdir.mk>
|