mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. 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, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
25 lines
537 B
Makefile
25 lines
537 B
Makefile
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zxing-cpp
|
|
DISTVERSION= 0.20180320
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
|
|
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:outsource compiler:c++11-lang iconv
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= glassechidna
|
|
GH_TAGNAME= 5aad474
|
|
|
|
CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON
|
|
|
|
.include <bsd.port.mk>
|