Bump graphics/vips to version 8.3.3_1
[dports.git] / graphics / py-opencv / Makefile
1 # Created by: Martin Matuska <mm@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTREVISION=   3
5 CATEGORIES=     graphics python
6 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
7
8 COMMENT=        OpenCV Python library
9
10 OCV_SLAVE=      python
11 OCV_PYTHON=     yes
12 MASTERDIR=      ${.CURDIR:H}/opencv
13 PLIST=          ${.CURDIR}/pkg-plist
14
15 .if defined(PYTHON_REL) && ${PYTHON_REL} >= 3200
16 PLIST_SUB+=     PYTHON3="" \
17                 PYTHON2="@comment " \
18                 PYTHON_SUFFIX="${PYTHON_SUFFIX}"
19 .else
20 PLIST_SUB+=     PYTHON3="@comment " \
21                 PYTHON2=""
22 .endif
23
24 .include "${MASTERDIR}/Makefile"