Changelog: https://github.com/tesseract-ocr/tesseract/wiki/ReleaseNotes#tesseract-release-notes-oct-29-2018---v400 - due to an issue with the build system the man pages are missing -- this will be corrected at a later stage. - bump revisions of dependencies due to shlib-version change. PR: 234285 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
16 lines
282 B
Makefile
16 lines
282 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
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"
|