diff options
Diffstat (limited to 'x11/gstreamer-plugins-vdpau')
-rw-r--r-- | x11/gstreamer-plugins-vdpau/Makefile | 17 |
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" |