Add Python module slave port of graphics/opencv

This commit is contained in:
Martin Matuska 2011-08-22 21:12:33 +00:00
parent bc764aba5e
commit 8c22cbcd0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280212
2 changed files with 11 additions and 0 deletions

View file

@ -784,6 +784,7 @@
SUBDIR += py-imaging SUBDIR += py-imaging
SUBDIR += py-ming SUBDIR += py-ming
SUBDIR += py-nwdiag SUBDIR += py-nwdiag
SUBDIR += py-opencv
SUBDIR += py-openexr SUBDIR += py-openexr
SUBDIR += py-opengl SUBDIR += py-opengl
SUBDIR += py-paint SUBDIR += py-paint

View file

@ -0,0 +1,10 @@
# New ports collection makefile for: py-opencv
# Date created: 22 August 2011
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
#
_BUILDING_OPENCV_PYTHON= yes
MASTERDIR= ${.CURDIR}/../opencv
.include "${MASTERDIR}/Makefile"