diff options
-rw-r--r-- | graphics/gstreamer-plugins-cairo/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/gstreamer-plugins-cairo/Makefile b/graphics/gstreamer-plugins-cairo/Makefile new file mode 100644 index 000000000..dd030ba66 --- /dev/null +++ b/graphics/gstreamer-plugins-cairo/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-cairo +# Date created: Mar 8 2005 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD: ports/graphics/gstreamer-plugins-cairo/Makefile,v 1.2 2005/05/31 15:51:37 kwm Exp $ +# + +CATEGORIES= graphics +PORTREVISION= 0 + +COMMENT= Gstreamer vector graphics plugin + +GST_PLUGIN= cairo + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |