1 | # $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name avrdude |
---|
6 | version 5.8 |
---|
7 | categories cross devel |
---|
8 | maintainers bdmicro.com:bsd |
---|
9 | description an Atmel AVR MCU programmer |
---|
10 | long_description AVRDUDE: AVR Downloader/UploaDEr - is a program for \ |
---|
11 | updating the flash, eeprom, fuse, and lock bit memories \ |
---|
12 | of Atmel AVR microcontrollers. It operations with \ |
---|
13 | several popular programmers including the STK500, \ |
---|
14 | JTAGICE MkII, AVRISP, and others. |
---|
15 | platforms darwin |
---|
16 | homepage http://www.nongnu.org/avrdude/ |
---|
17 | master_sites http://savannah.nongnu.org/download/avrdude/ |
---|
18 | checksums md5 d459dcf47fa7fc2a29a70d68ebff4886 \ |
---|
19 | sha1 77198df91a7176bbdab19ef4a4caf0bdc5862c94 \ |
---|
20 | rmd160 c8eb0675f84477d6b58f0e8dc0438e16ac0714db |
---|
21 | depends_lib port:libusb \ |
---|
22 | port:ncurses \ |
---|
23 | port:readline |
---|
24 | configure.args --mandir=${prefix}/share/man |
---|
25 | patchfiles patch-stk500v2.c.diff |
---|