Add slave port for gavl OpenCV plugins: rgbparade, scale0tilt, vectorscope
This commit is contained in:
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
|
@ -208,6 +208,7 @@
|
|||
SUBDIR += freeglut
|
||||
SUBDIR += freeimage
|
||||
SUBDIR += frei0r
|
||||
SUBDIR += frei0r-plugins-gavl
|
||||
SUBDIR += frontline
|
||||
SUBDIR += ftgl
|
||||
SUBDIR += fujiplay
|
||||
|
|
11
graphics/frei0r-plugins-gavl/Makefile
Normal file
11
graphics/frei0r-plugins-gavl/Makefile
Normal 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"
|
Loading…
Reference in a new issue