bc764aba5e
Prepare moving of python module to own port
10 lines
267 B
Makefile
10 lines
267 B
Makefile
# New ports collection makefile for: opencv-core
|
|
# Date created: 27 June 2011
|
|
# Whom: Martin Matuska <mm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
_BUILDING_OPENCV_CORE= yes
|
|
MASTERDIR= ${.CURDIR}/../opencv
|
|
|
|
.include "${MASTERDIR}/Makefile"
|