aboutsummaryrefslogtreecommitdiff
path: root/graphics/gstreamer-plugins-opencv/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-02-25 10:58:42 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-02-25 10:58:42 +0000
commitf63874893a6024630cc10e9d615503f5adccf3a1 (patch)
tree3de2e40a79b45604e01437ff197c0a106c8c00d6 /graphics/gstreamer-plugins-opencv/Makefile
parentb3c3c64ce01964e06220ab70fb4e325dd328d956 (diff)
Notes
Diffstat (limited to 'graphics/gstreamer-plugins-opencv/Makefile')
-rw-r--r--graphics/gstreamer-plugins-opencv/Makefile17
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"