diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-09-13 16:05:50 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-09-13 16:05:50 +0000 |
commit | b437af72e9fb7a1db62c866b69515a7133d2da0a (patch) | |
tree | c8d6c6c2eb03393c82590988e7d4859b48ab9186 /x11/gstreamer-plugins-vdpau | |
parent | c0783ce7d2dd21f1bd5526d2abf788844f31b744 (diff) |
Notes
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" |