summaryrefslogtreecommitdiff
path: root/x11/xf86-video-nv/Makefile
diff options
context:
space:
mode:
authortoshii <toshii@pkgsrc.org>2007-01-13 05:15:50 +0000
committertoshii <toshii@pkgsrc.org>2007-01-13 05:15:50 +0000
commit85dfd88416e1350938b7816967dc1bc19ecad95f (patch)
treecfb36ffea14068c9ceb0a53742752ca25b853be1 /x11/xf86-video-nv/Makefile
parent5677f98b93ac6551839f54f81bcd8d1882a6b933 (diff)
downloadpkgsrc-85dfd88416e1350938b7816967dc1bc19ecad95f.tar.gz
Add xf86-video-nv-1.2.2.
This is the video driver for NVIDIA cards for the modular Xorg server.
Diffstat (limited to 'x11/xf86-video-nv/Makefile')
-rw-r--r--x11/xf86-video-nv/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/x11/xf86-video-nv/Makefile b/x11/xf86-video-nv/Makefile
new file mode 100644
index 00000000000..a50ffb4c554
--- /dev/null
+++ b/x11/xf86-video-nv/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/01/13 05:15:50 toshii Exp $
+
+DISTNAME= xf86-video-nv-1.2.2
+CATEGORIES= x11
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/driver/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Modular Xorg nVidia video driver
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LIBTOOL= YES
+GNU_CONFIGURE= YES
+USE_TOOLS+= gmake pkg-config
+
+.include "../../x11/modular-xorg-server/buildlink3.mk"
+
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../x11/fontsproto/buildlink3.mk"
+.include "../../x11/glproto/buildlink3.mk"
+.include "../../x11/libdrm/buildlink3.mk"
+.include "../../x11/randrproto/buildlink3.mk"
+.include "../../x11/renderproto/buildlink3.mk"
+.include "../../x11/videoproto/buildlink3.mk"
+.include "../../x11/xf86driproto/buildlink3.mk"
+.include "../../x11/xf86miscproto/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
+.include "../../x11/xineramaproto/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"