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