Ticket #20308: Portfile

File Portfile, 1.1 KB (added by ranauei@…, 15 years ago)

updated Portfile (with correct formatting)

Line 
1# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $
2
3PortSystem 1.0
4
5name              avrdude
6version           5.8
7categories        cross devel
8maintainers       bdmicro.com:bsd
9description       an Atmel AVR MCU programmer
10long_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.
15platforms         darwin
16homepage          http://www.nongnu.org/avrdude/
17master_sites      http://savannah.nongnu.org/download/avrdude/
18checksums         md5 d459dcf47fa7fc2a29a70d68ebff4886 \
19                  sha1 77198df91a7176bbdab19ef4a4caf0bdc5862c94 \
20                  rmd160 c8eb0675f84477d6b58f0e8dc0438e16ac0714db
21depends_lib       port:libusb \
22                  port:ncurses \
23                  port:readline
24configure.args    --mandir=${prefix}/share/man
25patchfiles        patch-stk500v2.c.diff