diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-cairo/Makefile | 14 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-cairo80/Makefile | 14 |
3 files changed, 29 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 3b6e1df5d31e..53545d52f454 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -162,6 +162,7 @@ SUBDIR += gridpix SUBDIR += gsculpt SUBDIR += gstreamer-plugins-aalib + SUBDIR += gstreamer-plugins-cairo SUBDIR += gstreamer-plugins-gdkpixbuf SUBDIR += gstreamer-plugins-hermes SUBDIR += gstreamer-plugins-jpeg diff --git a/graphics/gstreamer-plugins-cairo/Makefile b/graphics/gstreamer-plugins-cairo/Makefile new file mode 100644 index 000000000000..63570dc7fd38 --- /dev/null +++ b/graphics/gstreamer-plugins-cairo/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: gstreamer-plugins-cairo +# Date created: Mar 8 2005 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= graphics + +GST_PLUGIN= cairo + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/gstreamer-plugins-cairo80/Makefile b/graphics/gstreamer-plugins-cairo80/Makefile new file mode 100644 index 000000000000..63570dc7fd38 --- /dev/null +++ b/graphics/gstreamer-plugins-cairo80/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: gstreamer-plugins-cairo +# Date created: Mar 8 2005 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= graphics + +GST_PLUGIN= cairo + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |