Ticket #8687: Portfile

File Portfile, 863 bytes (added by moll@…, 18 years ago)

new Portfile for avrdude

Line 
1# $Id: Portfile,v 1.2 2005/09/21 18:12:05 toby Exp $
2
3PortSystem 1.0
4name              avrdude
5version           5.1
6categories        devel
7maintainers       bsd@bdmicro.com
8description       an Atmel AVR MCU programmer
9long_description  AVRDUDE: AVR Downloader/UploaDEr - is a program for \
10                  updating the flash, eeprom, fuse, and lock bit memories \
11                  of Atmel AVR microcontrollers.  It operations with \
12                  several popular programmers including the STK500, \
13                  JTAGICE MkII, AVRISP, and others.
14homepage          http://www.nongnu.org/avrdude/
15master_sites      http://savannah.nongnu.org/download/avrdude/
16checksums         md5 6c3005709983f65043529c6eda5de314
17depends_lib               lib:libusb:libusb
18configure.args    --mandir=${prefix}/share/man CFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib
19