update Sun Jun 13 18:37:00 PDT 2010
[pkgsrc.git] / converters / qrencode / Makefile
1 # $NetBSD: Makefile,v 1.4 2010/06/13 22:44:00 wiz Exp $
2 #
3
4 DISTNAME=       qrencode-3.0.3
5 PKGREVISION=    1
6 CATEGORIES=     converters
7 MASTER_SITES=   http://megaui.net/fukuchi/works/qrencode/
8
9 MAINTAINER=     alaric@kitten-technologies.co.uk
10 HOMEPAGE=       http://megaui.net/fukuchi/works/qrencode/index.en.html
11 COMMENT=        QR Code generator
12
13 PKG_DESTDIR_SUPPORT=    user-destdir
14
15 GNU_CONFIGURE=  yes
16 USE_TOOLS+=     pkg-config
17 USE_LANGUAGES+= c c++
18 USE_LIBTOOL=    yes
19
20 MAKE_JOBS_SAFE=         no
21
22 # The tests are not actually installed anyway, and at least
23 # one of these tests requires SDL.
24 CONFIGURE_ARGS+= --without-tests
25
26 PKGCONFIG_OVERRIDE+=    libqrencode.pc.in
27
28 .include "../../graphics/png/buildlink3.mk"
29 .include "../../mk/bsd.pkg.mk"