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/gstreamer-plugins-opencv/Makefile | |
parent | b3c3c64ce01964e06220ab70fb4e325dd328d956 (diff) |
Notes
Diffstat (limited to 'graphics/gstreamer-plugins-opencv/Makefile')
-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" |