summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--devel/Makefile5
-rw-r--r--fonts/Makefile1
-rw-r--r--graphics/Makefile2
-rw-r--r--multimedia/Makefile5
-rw-r--r--sysutils/Makefile1
-rw-r--r--x11/Makefile56
7 files changed, 66 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index d3cd5f0..d692bda 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@
SUBDIR += fonts
SUBDIR += graphics
SUBDIR += meta
+ SUBDIR += multimedia
SUBDIR += print
SUBDIR += sysutils
SUBDIR += x11
diff --git a/devel/Makefile b/devel/Makefile
index 1e11e39..26ea984 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,7 +1,10 @@
SUBDIR =
+ SUBDIR += gccmakedep
+ SUBDIR += libxcvt
SUBDIR += xcb-proto
- SUBDIR += xorgproto
+ SUBDIR += xcb-util-m4
SUBDIR += xorg-util-macros
+ SUBDIR += xorgproto
.include <bsd.port.subdir.mk>
diff --git a/fonts/Makefile b/fonts/Makefile
index 98048a2..03ce377 100644
--- a/fonts/Makefile
+++ b/fonts/Makefile
@@ -12,6 +12,7 @@
SUBDIR += font-bh-lucidatypewriter-100
SUBDIR += font-bh-lucidatypewriter-75
SUBDIR += font-cursor-misc
+ SUBDIR += font-misc-misc
SUBDIR += font-xfree86-type1
SUBDIR += xfonts-alias
SUBDIR += xfonts-encodings
diff --git a/graphics/Makefile b/graphics/Makefile
index 8115cb3..b58e2b6 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1,7 +1,9 @@
SUBDIR =
+ SUBDIR += libGLU
SUBDIR += libepoxy
SUBDIR += mesa
+ SUBDIR += mesa-demos
SUBDIR += pixman
.include <bsd.port.subdir.mk>
diff --git a/multimedia/Makefile b/multimedia/Makefile
new file mode 100644
index 0000000..9d7ea97
--- /dev/null
+++ b/multimedia/Makefile
@@ -0,0 +1,5 @@
+
+ SUBDIR =
+ SUBDIR += libva
+
+.include <bsd.port.subdir.mk>
diff --git a/sysutils/Makefile b/sysutils/Makefile
index b3bbab7..17c80e2 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -2,5 +2,6 @@
SUBDIR =
SUBDIR += libdrm
SUBDIR += libpciaccess
+ SUBDIR += sessreg
.include <bsd.port.subdir.mk>
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>