summaryrefslogtreecommitdiff
path: root/meta-pkgs/modular-xorg-drivers/Makefile
blob: db799a2dc11cced551f7b1f9b5925b322507b40d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# $NetBSD: Makefile,v 1.14 2009/06/15 10:49:15 hasso Exp $

DISTNAME=	# empty
PKGNAME=	modular-xorg-drivers-1.3
CATEGORIES=	meta-pkgs drivers x11
MASTER_SITES=	${MASTER_SITE_XORG:=driver/}
DISTFILES=	# empty

MAINTAINER=	joerg@NetBSD.org
HOMEPAGE=	http://xorg.freedesktop.org/
COMMENT=	Modular Xorg driver meta-package

META_PACKAGE=	yes

.include "../../mk/bsd.prefs.mk"

DEPENDS+=	xf86-input-keyboard-[0-9]*:../../x11/xf86-input-keyboard
DEPENDS+=	xf86-input-mouse-[0-9]*:../../x11/xf86-input-mouse
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
DEPENDS+=	xf86-input-vmmouse-[0-9]*:../../x11/xf86-input-vmmouse
.endif
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-imstt-[0-9]*:../../x11/xf86-video-imstt
DEPENDS+=	xf86-video-intel-[0-9]*:../../x11/xf86-video-intel
DEPENDS+=	xf86-video-mach64-[0-9]*:../../x11/xf86-video-mach64
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-r128-[0-9]*:../../x11/xf86-video-r128
DEPENDS+=	xf86-video-radeonhd-[0-9]*:../../x11/xf86-video-radeonhd
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-tdfx-[0-9]*:../../x11/xf86-video-tdfx
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
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
DEPENDS+=	xf86-video-vmware-[0-9]*:../../x11/xf86-video-vmware
.endif
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
DEPENDS+=	xf86-video-wsfb-[0-9]*:../../x11/xf86-video-wsfb
.endif

.include "../../mk/bsd.pkg.mk"