aboutsummaryrefslogtreecommitdiff
path: root/textproc/zxing-cpp/Makefile
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2016-12-17 18:02:09 +0000
committerThomas Zander <riggs@FreeBSD.org>2016-12-17 18:02:09 +0000
commit44aee481e619b87f2a21e3f34f8ca57350710881 (patch)
tree33afb645397f1832b46f31a3a08a7619f565005a /textproc/zxing-cpp/Makefile
parent7beefea5f26f0a4e746652886d4540b07f17c01b (diff)
downloadports-44aee481e619b87f2a21e3f34f8ca57350710881.tar.gz
ports-44aee481e619b87f2a21e3f34f8ca57350710881.zip
Notes
Diffstat (limited to 'textproc/zxing-cpp/Makefile')
-rw-r--r--textproc/zxing-cpp/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/zxing-cpp/Makefile b/textproc/zxing-cpp/Makefile
new file mode 100644
index 000000000000..bb15a44a31d0
--- /dev/null
+++ b/textproc/zxing-cpp/Makefile
@@ -0,0 +1,21 @@
+# 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 gmake iconv
+
+.include <bsd.port.mk>