1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/textproc/zxing-cpp/Makefile
2020-05-17 15:54:49 +00:00

24 lines
436 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= zxing-cpp
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.8
PORTREVISION= 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>