blob: cbd764bd11c4e2375913b12da8da01bb4a539e33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# $NetBSD: Makefile,v 1.14 2019/02/13 15:16:00 tnn Exp $
#
DISTNAME= qrencode-4.0.2
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"
|