summaryrefslogtreecommitdiff
path: root/x11/xf86-video-openchrome/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xf86-video-openchrome/Makefile')
-rw-r--r--x11/xf86-video-openchrome/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/x11/xf86-video-openchrome/Makefile b/x11/xf86-video-openchrome/Makefile
new file mode 100644
index 00000000000..3a9972c083c
--- /dev/null
+++ b/x11/xf86-video-openchrome/Makefile
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/24 16:52:45 sborrill Exp $
+#
+
+DISTNAME= xf86-video-openchrome-0.2.903
+CATEGORIES= x11
+MASTER_SITES= http://www.openchrome.org/releases/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.openchrome.org/
+COMMENT= Modular Xorg OpenChrome driver for VIA UniChrome video chipsets
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+CONFIGURE_ARGS+= --enable-maintainer-mode
+CONFIGURE_ARGS+= --enable-dri
+
+.include "../../mk/bsd.prefs.mk"
+
+PLIST_VARS+= XvMC
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
+PLIST.XvMC= yes
+.endif
+
+.include "../../x11/modular-xorg-server/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../x11/libXvMC/buildlink3.mk"
+.include "../../x11/randrproto/buildlink3.mk"
+.include "../../x11/renderproto/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"