# $Id: Portfile 54147 2009-07-21 23:52:48Z brett@macports.org $

PortSystem          1.0

name                avarice
version             2.9
revision            1
categories          cross
maintainers         nomaintainer
description         AVR JTAG-ICE control software
long_description \
    AVaRICE is a program which interfaces the GNU Debugger \
    GDB with the AVR JTAG ICE available from Atmel.
platforms           darwin
homepage            http://avarice.sourceforge.net/
master_sites        sourceforge

use_bzip2           yes
checksums           md5     fa10cb50718ea92e34e6967c3cc36ddc \
                    sha1    67fcbfd7ec9a26ebfbe386c380e1a21322573726 \
                    rmd160  8acdc5040ef08b52028a8d6554526e2be37682ef

depends_lib         port:gettext port:libusb-compat port:zlib
depends_build       port:binutils

configure.args      --mandir=${prefix}/share/man
configure.ldflags-append -lz
