freebsd-ports/graphics/opencv-java/Makefile
Tobias C. Berner 0cf9636441 graphics/tesseract: Update to 4.0.0
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)
2019-03-27 20:28:05 +00:00

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"