aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2011-06-29 12:01:08 +0000
committerMartin Matuska <mm@FreeBSD.org>2011-06-29 12:01:08 +0000
commit5103cd399de677e3330da80496a9b209a035c794 (patch)
tree8eebb7d2aabdfa0fa1bcfbadfbe1f05e8214dcb2 /graphics
parentbc2d55c6aa1251c573bea66479f815ae3ebfc270 (diff)
downloadports-5103cd399de677e3330da80496a9b209a035c794.tar.gz
ports-5103cd399de677e3330da80496a9b209a035c794.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/frei0r-plugins-opencv/Makefile11
2 files changed, 12 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 869b3e7d236e..bf10c0902135 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -209,6 +209,7 @@
SUBDIR += freeimage
SUBDIR += frei0r
SUBDIR += frei0r-plugins-gavl
+ SUBDIR += frei0r-plugins-opencv
SUBDIR += frontline
SUBDIR += ftgl
SUBDIR += fujiplay
diff --git a/graphics/frei0r-plugins-opencv/Makefile b/graphics/frei0r-plugins-opencv/Makefile
new file mode 100644
index 000000000000..ae069da754e2
--- /dev/null
+++ b/graphics/frei0r-plugins-opencv/Makefile
@@ -0,0 +1,11 @@
+# New ports collection makefile for: frei0r-plugins-opencv
+# Date created: 28 June 2011
+# Whom: Martin Matuska <mm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+MASTERDIR= ${.CURDIR}/../frei0r
+
+BUILDING_FREI0R_OPENCV= yes
+
+.include "${MASTERDIR}/Makefile"