diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 56 |
1 files changed, 52 insertions, 4 deletions
diff --git a/x11/Makefile b/x11/Makefile index 9dee025..80992ad 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,13 +1,19 @@ SUBDIR = + SUBDIR += bdftopcf + SUBDIR += cwm + SUBDIR += editres SUBDIR += fontconfig - SUBDIR += libfontenc + SUBDIR += fonttosfnt + SUBDIR += fvwm-obsd + SUBDIR += iceauth SUBDIR += libICE SUBDIR += libSM SUBDIR += libX11 + SUBDIR += libXScrnSaver SUBDIR += libXau SUBDIR += libXaw - SUBDIR += libxcb + SUBDIR += libXcomposite SUBDIR += libXcursor SUBDIR += libXdamage SUBDIR += libXdmcp @@ -15,23 +21,65 @@ SUBDIR += libXfixes SUBDIR += libXfont2 SUBDIR += libXft - SUBDIR += libxkbfile + SUBDIR += libXi + SUBDIR += libXinerama SUBDIR += libXmu SUBDIR += libXpm + SUBDIR += libXpresent SUBDIR += libXrandr SUBDIR += libXrender - SUBDIR += libxshmfence + SUBDIR += libXres SUBDIR += libXt + SUBDIR += libXtst + SUBDIR += libXv + SUBDIR += libXvMC SUBDIR += libXxf86vm + SUBDIR += libfontenc + SUBDIR += libxcb + SUBDIR += libxkbfile + SUBDIR += libxshmfence + SUBDIR += mkfontscale + SUBDIR += setxkbmap + SUBDIR += ssh-askpass SUBDIR += xauth + SUBDIR += xbacklight SUBDIR += xbitmaps + SUBDIR += xcb-util + SUBDIR += xcb-util-cursor + SUBDIR += xcb-util-image + SUBDIR += xcb-util-keysyms + SUBDIR += xcb-util-renderutil + SUBDIR += xcb-util-wm + SUBDIR += xcb-util-xrm + SUBDIR += xclock + SUBDIR += xconsole + SUBDIR += xenodm SUBDIR += xf86-input-keyboard SUBDIR += xf86-input-mouse + SUBDIR += xf86-input-usbtablet SUBDIR += xf86-input-ws + SUBDIR += xf86-video-amdgpu + SUBDIR += xf86-video-ati SUBDIR += xf86-video-intel + SUBDIR += xhost + SUBDIR += xinit + SUBDIR += xinput SUBDIR += xkbcomp SUBDIR += xkeyboard-config + SUBDIR += xlockmore-obsd + SUBDIR += xlogo + SUBDIR += xlsclients + SUBDIR += xlsfonts + SUBDIR += xmag + SUBDIR += xmodmap SUBDIR += xorg-server + SUBDIR += xrandr + SUBDIR += xrdb + SUBDIR += xset + SUBDIR += xsetroot SUBDIR += xterm + SUBDIR += xtrans + SUBDIR += xwd + SUBDIR += xwininfo .include <bsd.port.subdir.mk> |