Add slave port for gavl OpenCV plugins: rgbparade, scale0tilt, vectorscope

This commit is contained in:
Martin Matuska 2011-06-29 12:00:23 +00:00
parent ad9bc6c2ea
commit bc2d55c6aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276659
2 changed files with 12 additions and 0 deletions

View file

@ -208,6 +208,7 @@
SUBDIR += freeglut
SUBDIR += freeimage
SUBDIR += frei0r
SUBDIR += frei0r-plugins-gavl
SUBDIR += frontline
SUBDIR += ftgl
SUBDIR += fujiplay

View file

@ -0,0 +1,11 @@
# New ports collection makefile for: frei0r-plugins-gavl
# Date created: 28 June 2011
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../frei0r
BUILDING_FREI0R_GAVL= yes
.include "${MASTERDIR}/Makefile"