7 lines
153 B
Makefile
7 lines
153 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
MASTERDIR= ${.CURDIR}/../frei0r
|
|
|
|
BUILDING_FREI0R_OPENCV= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|