summaryrefslogtreecommitdiff
path: root/meta-pkgs/modular-xorg-drivers/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2007-03-24 22:55:51 +0000
committerjoerg <joerg>2007-03-24 22:55:51 +0000
commit6acfa1209a1ab55bb246252b894b400f849d8b10 (patch)
treef13457c07cc8d63206e4d14354266b760b6b71f3 /meta-pkgs/modular-xorg-drivers/Makefile
parent526fb47ff99d9fa08430fafca39af0e65d8f8d7a (diff)
downloadpkgsrc-6acfa1209a1ab55bb246252b894b400f849d8b10.tar.gz
Add a meta package for the modular Xorg input and video drivers.
Diffstat (limited to 'meta-pkgs/modular-xorg-drivers/Makefile')
-rw-r--r--meta-pkgs/modular-xorg-drivers/Makefile57
1 files changed, 57 insertions, 0 deletions
diff --git a/meta-pkgs/modular-xorg-drivers/Makefile b/meta-pkgs/modular-xorg-drivers/Makefile
new file mode 100644
index 00000000000..fe954320b5b
--- /dev/null
+++ b/meta-pkgs/modular-xorg-drivers/Makefile
@@ -0,0 +1,57 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/03/24 22:55:51 joerg Exp $
+
+DISTNAME= # empty
+PKGNAME= modular-xorg-drivers-1.0
+CATEGORIES= meta-pkgs drivers x11
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/drivers
+DISTFILES= # empty
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Modular Xorg driver meta-package
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+
+NO_BUILD= yes
+NO_CHECKSUM= yes
+NO_MTREE= yes
+NO_CONFIGURE= yes
+
+do-install:
+
+DEPENDS+= xf86-input-keyboard-[0-9]*:../../x11/xf86-input-keyboard
+DEPENDS+= xf86-input-mouse-[0-9]*:../../x11/xf86-input-mouse
+DEPENDS+= xf86-input-void-[0-9]*:../../x11/xf86-input-void
+DEPENDS+= xf86-video-apm-[0-9]*:../../x11/xf86-video-apm
+DEPENDS+= xf86-video-ark-[0-9]*:../../x11/xf86-video-ark
+DEPENDS+= xf86-video-ast-[0-9]*:../../x11/xf86-video-ast
+DEPENDS+= xf86-video-ati-[0-9]*:../../x11/xf86-video-ati
+DEPENDS+= xf86-video-chips-[0-9]*:../../x11/xf86-video-chips
+DEPENDS+= xf86-video-cirrus-[0-9]*:../../x11/xf86-video-cirrus
+DEPENDS+= xf86-video-cyrix-[0-9]*:../../x11/xf86-video-cyrix
+DEPENDS+= xf86-video-glint-[0-9]*:../../x11/xf86-video-glint
+DEPENDS+= xf86-video-i128-[0-9]*:../../x11/xf86-video-i128
+DEPENDS+= xf86-video-i740-[0-9]*:../../x11/xf86-video-i740
+DEPENDS+= xf86-video-i810-[0-9]*:../../x11/xf86-video-i810
+DEPENDS+= xf86-video-imstt-[0-9]*:../../x11/xf86-video-imstt
+DEPENDS+= xf86-video-mga-[0-9]*:../../x11/xf86-video-mga
+DEPENDS+= xf86-video-neomagic-[0-9]*:../../x11/xf86-video-neomagic
+DEPENDS+= xf86-video-nsc-[0-9]*:../../x11/xf86-video-nsc
+DEPENDS+= xf86-video-nv-[0-9]*:../../x11/xf86-video-nv
+DEPENDS+= xf86-video-rendition-[0-9]*:../../x11/xf86-video-rendition
+DEPENDS+= xf86-video-s3-[0-9]*:../../x11/xf86-video-s3
+DEPENDS+= xf86-video-s3virge-[0-9]*:../../x11/xf86-video-s3virge
+DEPENDS+= xf86-video-savage-[0-9]*:../../x11/xf86-video-savage
+DEPENDS+= xf86-video-siliconmotion-[0-9]*:../../x11/xf86-video-siliconmotion
+DEPENDS+= xf86-video-sis-[0-9]*:../../x11/xf86-video-sis
+DEPENDS+= xf86-video-tga-[0-9]*:../../x11/xf86-video-tga
+DEPENDS+= xf86-video-trident-[0-9]*:../../x11/xf86-video-trident
+DEPENDS+= xf86-video-tseng-[0-9]*:../../x11/xf86-video-tseng
+DEPENDS+= xf86-video-vesa-[0-9]*:../../x11/xf86-video-vesa
+DEPENDS+= xf86-video-vga-[0-9]*:../../x11/xf86-video-vga
+DEPENDS+= xf86-video-via-[0-9]*:../../x11/xf86-video-via
+DEPENDS+= xf86-video-vmware-[0-9]*:../../x11/xf86-video-vmware
+DEPENDS+= xf86-video-wsfb-[0-9]*:../../x11/xf86-video-wsfb
+
+.include "../../mk/bsd.pkg.mk"