# $Id: Portfile,v 1.3 2006/07/22 06:15:39 pguyot Exp $

PortSystem 1.0
name              avrdude
version           5.1
categories        cross devel
maintainers       bsd@bdmicro.com
description       an Atmel AVR MCU programmer
long_description  AVRDUDE: AVR Downloader/UploaDEr - is a program for \
                  updating the flash, eeprom, fuse, and lock bit memories \
                  of Atmel AVR microcontrollers.  It operations with \
                  several popular programmers including the STK500, \
                  JTAGICE MkII, AVRISP, and others.
homepage          http://www.nongnu.org/avrdude/
master_sites      http://savannah.nongnu.org/download/avrdude/
checksums         md5 6c3005709983f65043529c6eda5de314 \
                  sha1 bf9c088e461254810e8c064a9799cb78908cef74 \
                  rmd160 2a95ca18773208e4ac041b2b804c596583055c14
depends_lib		  lib:libusb:libusb
configure.args    --mandir=${prefix}/share/man \
                  CFLAGS=-I${prefix}/include \
                  LDFLAGS=-L${prefix}/lib
