diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-02-25 10:58:42 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-02-25 10:58:42 +0000 |
commit | f63874893a6024630cc10e9d615503f5adccf3a1 (patch) | |
tree | 3de2e40a79b45604e01437ff197c0a106c8c00d6 /graphics | |
parent | b3c3c64ce01964e06220ab70fb4e325dd328d956 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-opencv/Makefile | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 4c99cd7d2362..d31a3b91b4b5 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -319,6 +319,7 @@ SUBDIR += gstreamer-plugins-libcaca SUBDIR += gstreamer-plugins-libpng SUBDIR += gstreamer-plugins-libvisual + SUBDIR += gstreamer-plugins-opencv SUBDIR += gthumb SUBDIR += gtkam SUBDIR += gtkdps 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" |