forked from Lainports/freebsd-ports
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
28 lines
650 B
Makefile
28 lines
650 B
Makefile
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zxing-cpp
|
|
DISTVERSION= 0.20190320
|
|
PORTREVISION= 3
|
|
CATEGORIES= textproc
|
|
|
|
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
|
|
PATCHFILES= 9e5dfa57f3b998bc3049bfa893b20e81dea656df.patch:-p1
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= ZXing C++ Library for QR code recognition
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libopencv_core.so:graphics/opencv-core \
|
|
libopencv_photo.so:graphics/opencv
|
|
|
|
USES= cmake compiler:c++11-lang iconv
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= glassechidna
|
|
GH_TAGNAME= e0e40dd
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
.include <bsd.port.mk>
|