diff options
-rw-r--r-- | Makefile | 12 | ||||
-rw-r--r-- | devel/Makefile | 8 | ||||
-rw-r--r-- | fonts/Makefile | 7 | ||||
-rw-r--r-- | graphics/Makefile | 8 | ||||
-rw-r--r-- | meta/Makefile | 6 | ||||
-rw-r--r-- | print/Makefile | 6 | ||||
-rw-r--r-- | sysutils/Makefile | 7 | ||||
-rw-r--r-- | x11/Makefile | 38 |
8 files changed, 92 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3b51560 --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +# $OpenBSD$ + + SUBDIR = + SUBDIR += devel + SUBDIR += fonts + SUBDIR += graphics + SUBDIR += meta + SUBDIR += print + SUBDIR += sysutils + SUBDIR += x11 + +.include <bsd.port.subdir.mk> diff --git a/devel/Makefile b/devel/Makefile new file mode 100644 index 0000000..676aff6 --- /dev/null +++ b/devel/Makefile @@ -0,0 +1,8 @@ +# $OpenBSD$ + + SUBDIR = + SUBDIR += xcb-proto + SUBDIR += xorgproto + SUBDIR += xorg-util-macros + +.include <bsd.port.subdir.mk> diff --git a/fonts/Makefile b/fonts/Makefile new file mode 100644 index 0000000..ddb2b1b --- /dev/null +++ b/fonts/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD$ + + SUBDIR = + SUBDIR += dejavu-fonts + SUBDIR += xorg-font-util + +.include <bsd.port.subdir.mk> diff --git a/graphics/Makefile b/graphics/Makefile new file mode 100644 index 0000000..bf73fe6 --- /dev/null +++ b/graphics/Makefile @@ -0,0 +1,8 @@ +# $OpenBSD$ + + SUBDIR = + SUBDIR += libepoxy + SUBDIR += mesa + SUBDIR += pixman + +.include <bsd.port.subdir.mk> diff --git a/meta/Makefile b/meta/Makefile new file mode 100644 index 0000000..8450d05 --- /dev/null +++ b/meta/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD$ + + SUBDIR = + SUBDIR += xenocara + +.include <bsd.port.subdir.mk> diff --git a/print/Makefile b/print/Makefile new file mode 100644 index 0000000..e3572bb --- /dev/null +++ b/print/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD$ + + SUBDIR = + SUBDIR += freetype2 + +.include <bsd.port.subdir.mk> diff --git a/sysutils/Makefile b/sysutils/Makefile new file mode 100644 index 0000000..d84e37d --- /dev/null +++ b/sysutils/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD$ + + SUBDIR = + SUBDIR += libdrm + SUBDIR += libpciaccess + +.include <bsd.port.subdir.mk> diff --git a/x11/Makefile b/x11/Makefile new file mode 100644 index 0000000..d6a3328 --- /dev/null +++ b/x11/Makefile @@ -0,0 +1,38 @@ +# $OpenBSD$ + + SUBDIR = + SUBDIR += fontconfig + SUBDIR += libfontenc + SUBDIR += libICE + SUBDIR += libSM + SUBDIR += libX11 + SUBDIR += libXau + SUBDIR += libXaw + SUBDIR += libxcb + SUBDIR += libXcursor + SUBDIR += libXdamage + SUBDIR += libXdmcp + SUBDIR += libXext + SUBDIR += libXfixes + SUBDIR += libXfont2 + SUBDIR += libXft + SUBDIR += libxkbfile + SUBDIR += libXmu + SUBDIR += libXpm + SUBDIR += libXrandr + SUBDIR += libXrender + SUBDIR += libxshmfence + SUBDIR += libXt + SUBDIR += libXxf86vm + SUBDIR += xauth + SUBDIR += xbitmaps + SUBDIR += xf86-input-keyboard + SUBDIR += xf86-input-mouse + SUBDIR += xf86-input-ws + SUBDIR += xf86-video-intel + SUBDIR += xkbcomp + SUBDIR += xkeyboard-config + SUBDIR += xorg-server + SUBDIR += xterm + +.include <bsd.port.subdir.mk> |