diff options
Diffstat (limited to 'multimedia/gstreamer-plugins-x264/Makefile')
-rw-r--r-- | multimedia/gstreamer-plugins-x264/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-x264/Makefile b/multimedia/gstreamer-plugins-x264/Makefile new file mode 100644 index 000000000000..a18ea8a366ac --- /dev/null +++ b/multimedia/gstreamer-plugins-x264/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-x264 +# Date created: 6 Sep 2005 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= multimedia +PORTREVISION= 0 + +COMMENT= Gstreamer x264 plugin + +GST_PLUGIN= x264 + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |