mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add Python module slave port of graphics/opencv
This commit is contained in:
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
|
@ -784,6 +784,7 @@
|
|||
SUBDIR += py-imaging
|
||||
SUBDIR += py-ming
|
||||
SUBDIR += py-nwdiag
|
||||
SUBDIR += py-opencv
|
||||
SUBDIR += py-openexr
|
||||
SUBDIR += py-opengl
|
||||
SUBDIR += py-paint
|
||||
|
|
10
graphics/py-opencv/Makefile
Normal file
10
graphics/py-opencv/Makefile
Normal 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"
|
Loading…
Add table
Reference in a new issue