# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 85171 2011-10-10 19:35:21Z snc@macports.org $

PortSystem 1.0

name                    qrencode
version                 3.1.1
revision                1
categories              graphics
maintainers             brett
license                 LGPL-2.1+
description             QR Code generation
long_description        Libqrencode is a C library for encoding data in a QR Code \
                        symbol, a kind of 2D symbology that can be scanned by handy \
                        terminals such as a mobile phone with CCD. The capacity of \
                        QR Code is up to 7000 digits or 4000 characters, and is highly robust.
homepage                http://megaui.net/fukuchi/works/qrencode/index.en.html
platforms               darwin
master_sites            http://megaui.net/fukuchi/works/qrencode/
checksums               sha1 c3eb6c44553daa612a9bcf413d3cab7c46241373
configure.args          --mandir=${prefix}/share/man
depends_build           port:pkgconfig
depends_lib             port:libpng

patchfiles              configure-libpng.diff

test.run                yes
test.target             verify
