pkgsrc/converters/qrencode/Makefile
rodent a18cc9f996 Update to latest release. Use options framework to all user to build a
statically linked package. Buildlink pthread. Simplify HOMEPAGE. USE .bz2
distfile. From NEWS:

Version 3.4.2 (2013.3.1)
------------------------
* Bug fix release. (Thanks to chisj, vlad417, Petr and Viona)

Release Note:
Micro QR Code encoder had a bug that caused incorrect output (issue #25). Now
the bug has been fixed. Memory leak bug (#24) and insufficient string splitting
bug have been fixed.
2013-06-09 13:48:50 +00:00

31 lines
736 B
Makefile

# $NetBSD: Makefile,v 1.11 2013/06/09 13:48:50 rodent Exp $
#
DISTNAME= qrencode-3.4.2
CATEGORIES= converters
MASTER_SITES= http://fukuchi.org/works/qrencode/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= alaric@kitten-technologies.co.uk
HOMEPAGE= http://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
MAKE_JOBS_SAFE= no
# 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 "../../graphics/png/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"