mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
11 lines
269 B
Makefile
11 lines
269 B
Makefile
# 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"
|