mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
15 lines
303 B
Makefile
15 lines
303 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
COMMENT= OpenCV Python library
|
|
|
|
OCV_SLAVE= python
|
|
OCV_PYTHON= yes
|
|
MASTERDIR= ${.CURDIR:H}/opencv
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|