diff options
Diffstat (limited to 'graphics/gstreamer-plugins-hermes80')
-rw-r--r-- | graphics/gstreamer-plugins-hermes80/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/gstreamer-plugins-hermes80/Makefile b/graphics/gstreamer-plugins-hermes80/Makefile new file mode 100644 index 000000000..3beca63b1 --- /dev/null +++ b/graphics/gstreamer-plugins-hermes80/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-hermes +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +CATEGORIES= graphics +PORTREVISION= 1 + +COMMENT= Gstreamer hermes colorspace plugin + +GST_PLUGIN= hermes + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 + +.include "${MASTERDIR}/Makefile" |