1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

Add slave port form frei0r OpenCV plugins: facebl0r, facedetect

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

View File

@ -209,6 +209,7 @@
SUBDIR += freeimage
SUBDIR += frei0r
SUBDIR += frei0r-plugins-gavl
SUBDIR += frei0r-plugins-opencv
SUBDIR += frontline
SUBDIR += ftgl
SUBDIR += fujiplay

View File

@ -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"