0b5864f66c
- Add some dependencies which might be detected by Find_Package but not registered; - Bump PORTREVISION of consumers. PR: 250833 Submitted by: /me Approved by: tcberner@ (KDE / maintainer) + exp-run
17 lines
282 B
Makefile
17 lines
282 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 4
|
|
CATEGORIES= graphics java
|
|
PKGNAMESUFFIX= -${OCV_SLAVE}
|
|
|
|
COMMENT= OpenCV Java library
|
|
|
|
OCV_SLAVE= java
|
|
OCV_JAVA= yes
|
|
MASTERDIR= ${.CURDIR:H}/opencv
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
PLIST_SUB+= OCV_VER=${DISTVERSION:S|.||g}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|