forked from Lainports/freebsd-ports
Update COMMENT and especially pkg-descr to be a bit more informative as to what this port actually does. Update WWW and remove GH_ACCOUNT. Project now redirects to an account by the same name as PORTNAME. https://github.com/zxing-cpp/zxing-cpp/releases/tag/v2.2.1 https://github.com/zxing-cpp/zxing-cpp/releases/tag/v2.2.0
24 lines
538 B
Makefile
24 lines
538 B
Makefile
PORTNAME= zxing-cpp
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.2.1
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= C++ library for linear/matrix barcode recognition
|
|
WWW= https://github.com/zxing-cpp/zxing-cpp
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake compiler:c++17-lang iconv
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
# Disable
|
|
# * examples (no installation target)
|
|
# * blackbox test (fetches third party source)
|
|
CMAKE_OFF= BUILD_EXAMPLES \
|
|
BUILD_BLACKBOX_TESTS
|
|
|
|
.include <bsd.port.mk>
|