mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 11:59:15 -04:00
Port changes: * Switch to the static library * Order USExx section * It now depends on OpenCV
24 lines
501 B
Makefile
24 lines
501 B
Makefile
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zxing-cpp
|
|
DISTVERSION= 0.20180320
|
|
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 iconv
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= glassechidna
|
|
GH_TAGNAME= 5aad474
|
|
|
|
CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON
|
|
|
|
.include <bsd.port.mk>
|