1 | # $Id: Portfile,v 1.2 2005/09/21 18:12:05 toby Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name avrdude |
---|
5 | version 5.1 |
---|
6 | categories devel |
---|
7 | maintainers bsd@bdmicro.com |
---|
8 | description an Atmel AVR MCU programmer |
---|
9 | long_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. |
---|
14 | homepage http://www.nongnu.org/avrdude/ |
---|
15 | master_sites http://savannah.nongnu.org/download/avrdude/ |
---|
16 | checksums md5 6c3005709983f65043529c6eda5de314 |
---|
17 | depends_lib lib:libusb:libusb |
---|
18 | configure.args --mandir=${prefix}/share/man CFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib |
---|
19 | |
---|