opnsense-ports/textproc/zxing-cpp/Makefile
Franco Fichtner a423f59e00 */*: sync with upstream
Taken from: HardenedBSD
2017-06-26 12:24:38 +02:00

21 lines
393 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= zxing-cpp
PORTVERSION= 0.20161114
DISTVERSIONPREFIX= v
CATEGORIES= textproc
MAINTAINER= yuri@rawbw.com
COMMENT= ZXing C++ Library for QR code recognition
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= glassechidna
GH_TAGNAME= 97e9c5c
USES= cmake:outsource iconv
.include <bsd.port.mk>