Ticket #10173: Portfile

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

new Portfile for avr-libc 1.4.4

Line 
1# $Id: Portfile,v 1.1 2005/09/21 20:37:25 toby Exp $
2PortSystem                      1.0
3name                            avr-libc
4version                         1.4.4
5categories                      cross
6maintainers                     me@staylor.ca
7description                     C library for the AVR microcontroller.
8long_description        AVR Libc is a Free Software project whose goal is \
9                                        to provide a high quality C library for use with \
10                                        GCC on Atmel AVR microcontrollers.
11homepage                        http://www.nongnu.org/avr-libc/
12master_sites            http://savannah.nongnu.org/download/avr-libc/
13
14use_bzip2                       yes
15checksums                       md5 04f774841b9dc9886de8120f1dfb16e3
16depends_lib                     port:gettext
17depends_lib                     port:avr-gcc
18depends_build           port:binutils
19
20configure.args          --prefix=${prefix} --host=avr --build=`./config.guess`
21