# $Id: Portfile 75226 2011-01-18 15:49:26Z jmr@macports.org $

PortSystem 1.0

name                    qrencode
version                 3.1.1
revision                1
categories              graphics
maintainers             brett
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
