5beb413e27
Version 4.1.1 (2020.9.28) ------------------------- * Some minor bugs in Micro QR Code generation have been fixed. * The data capacity calculations are now correct. These bugs probably did not affect the Micro QR Code generation.
30 lines
805 B
Makefile
30 lines
805 B
Makefile
# $NetBSD: Makefile,v 1.17 2020/10/05 11:28:32 wiz Exp $
|
|
|
|
DISTNAME= qrencode-4.1.1
|
|
CATEGORIES= converters
|
|
MASTER_SITES= https://fukuchi.org/works/qrencode/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= alaric@kitten-technologies.co.uk
|
|
HOMEPAGE= https://fukuchi.org/works/qrencode/
|
|
COMMENT= QR Code generator
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
|
|
# The tests are not actually installed anyway, and at least
|
|
# one of these tests requires SDL.
|
|
CONFIGURE_ARGS+= --without-tests
|
|
|
|
PKGCONFIG_OVERRIDE+= libqrencode.pc.in
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|