2011-12-13 22:44:36 +01:00
|
|
|
# $NetBSD: Makefile,v 1.7 2011/12/13 21:44:36 ryoon Exp $
|
2008-06-15 12:33:38 +02:00
|
|
|
#
|
|
|
|
|
2011-12-13 22:44:36 +01:00
|
|
|
DISTNAME= qrencode-3.2.0
|
2008-06-15 12:33:38 +02:00
|
|
|
CATEGORIES= converters
|
2011-07-20 21:08:14 +02:00
|
|
|
MASTER_SITES= http://fukuchi.org/works/qrencode/
|
2008-06-15 12:33:38 +02:00
|
|
|
|
|
|
|
MAINTAINER= alaric@kitten-technologies.co.uk
|
2011-07-20 21:08:14 +02:00
|
|
|
HOMEPAGE= http://fukuchi.org/works/qrencode/index.en.html
|
2008-06-15 12:33:38 +02:00
|
|
|
COMMENT= QR Code generator
|
2011-07-20 21:08:14 +02:00
|
|
|
LICENSE= gnu-lgpl-v2.1
|
2008-06-15 12:33:38 +02:00
|
|
|
|
2008-06-20 03:09:05 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2008-06-15 12:33:38 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_TOOLS+= pkg-config
|
2011-07-20 21:08:14 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2008-06-15 12:33:38 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
|
2008-10-22 04:35:45 +02:00
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
|
2008-06-15 12:33:38 +02:00
|
|
|
# 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 "../../graphics/png/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|