pkgsrc/converters/qrencode/Makefile

32 lines
810 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.15 2019/11/03 17:14:26 rillig Exp $
#
DISTNAME= qrencode-4.0.2
CATEGORIES= converters
2017-09-04 20:08:18 +02:00
MASTER_SITES= https://fukuchi.org/works/qrencode/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= alaric@kitten-technologies.co.uk
2017-09-04 20:08:18 +02:00
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"