aboutsummaryrefslogtreecommitdiff
path: root/x11/gstreamer-plugins-vdpau
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-09-13 16:05:50 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-09-13 16:05:50 +0000
commitb437af72e9fb7a1db62c866b69515a7133d2da0a (patch)
treec8d6c6c2eb03393c82590988e7d4859b48ab9186 /x11/gstreamer-plugins-vdpau
parentc0783ce7d2dd21f1bd5526d2abf788844f31b744 (diff)
Notes
Diffstat (limited to 'x11/gstreamer-plugins-vdpau')
-rw-r--r--x11/gstreamer-plugins-vdpau/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/gstreamer-plugins-vdpau/Makefile b/x11/gstreamer-plugins-vdpau/Makefile
new file mode 100644
index 000000000000..8454806312a3
--- /dev/null
+++ b/x11/gstreamer-plugins-vdpau/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: gstreamer-plugins-vdpau
+# Date created: 10 Sep 2010
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTREVISION= 0
+CATEGORIES= x11
+
+COMMENT= Gstreamer nvidia vdpau plugin
+
+GST_PLUGIN= vdpau
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"