freebsd-ports/textproc/zxing-cpp/Makefile
2021-04-06 16:31:07 +02:00

21 lines
408 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
PORTNAME= zxing-cpp
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.1
CATEGORIES= textproc
MAINTAINER= kde@FreeBSD.org
COMMENT= ZXing C++ Library for QR code recognition
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c++11-lang iconv
USE_GITHUB= yes
GH_ACCOUNT= nu-book
USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
.include <bsd.port.mk>