summaryrefslogtreecommitdiff
path: root/x11/xf86-video-tdfx/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2007-04-09 14:28:00 +0000
committerxtraeme <xtraeme@pkgsrc.org>2007-04-09 14:28:00 +0000
commit97576f929824fc1a0c7b023b5a4a6a6deb84eee9 (patch)
tree383d50dac26ebb5c3c4a15c6735458a9f03883d3 /x11/xf86-video-tdfx/Makefile
parentd6c4b9b7e7d6d1d7038b5fc6c9b60b0b7f00d818 (diff)
downloadpkgsrc-97576f929824fc1a0c7b023b5a4a6a6deb84eee9.tar.gz
Add xf86-video-tdfx-1.3.0 for modular-xorg, packaged by jmcneill@.
This is the 3Dfx video driver for the modular Xorg server. Supported video cards: Voodoo Banshee, Voodoo3, Voodoo4 and Voodoo5.
Diffstat (limited to 'x11/xf86-video-tdfx/Makefile')
-rw-r--r--x11/xf86-video-tdfx/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11/xf86-video-tdfx/Makefile b/x11/xf86-video-tdfx/Makefile
new file mode 100644
index 00000000000..4af43b3a0e7
--- /dev/null
+++ b/x11/xf86-video-tdfx/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2007/04/09 14:28:00 xtraeme Exp $
+#
+
+DISTNAME= xf86-video-tdfx-1.3.0
+CATEGORIES= x11
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/driver/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.org
+COMMENT= Modular Xorg 3Dfx video driver
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+.include "../../x11/modular-xorg-server/buildlink3.mk"
+.include "../../x11/randrproto/buildlink3.mk"
+.include "../../x11/renderproto/buildlink3.mk"
+.include "../../x11/videoproto/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
+.include "../../x11/glproto/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"