2016-12-17 19:02:09 +01:00
|
|
|
PORTNAME= zxing-cpp
|
2020-05-16 20:33:54 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
2023-07-11 23:00:51 +02:00
|
|
|
DISTVERSION= 2.1.0
|
2016-12-17 19:02:09 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
|
2023-01-10 12:31:18 +01:00
|
|
|
PATCH_SITES= https://github.com/zxing-cpp/zxing-cpp/commit/
|
|
|
|
|
2020-05-16 20:33:54 +02:00
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2016-12-17 19:02:09 +01:00
|
|
|
COMMENT= ZXing C++ Library for QR code recognition
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/nu-book/zxing-cpp
|
2016-12-17 19:02:09 +01:00
|
|
|
|
|
|
|
LICENSE= APACHE20
|
2020-05-16 20:33:54 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2016-12-17 19:02:09 +01:00
|
|
|
|
2021-05-29 07:45:16 +02:00
|
|
|
USES= cmake compiler:c++17-lang iconv
|
2016-12-17 19:02:09 +01:00
|
|
|
USE_GITHUB= yes
|
2020-05-16 20:33:54 +02:00
|
|
|
GH_ACCOUNT= nu-book
|
2019-10-15 03:55:13 +02:00
|
|
|
USE_LDCONFIG= yes
|
2016-12-17 19:02:09 +01:00
|
|
|
|
2019-04-19 17:50:00 +02:00
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
2021-05-29 07:45:16 +02:00
|
|
|
# Disable
|
|
|
|
# * examples (no installation target)
|
|
|
|
# * blackbox test (fetches third party source)
|
|
|
|
CMAKE_OFF= BUILD_EXAMPLES \
|
|
|
|
BUILD_BLACKBOX_TESTS
|
2016-12-17 19:02:09 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|