Ticket #5055: Portfile

File Portfile, 720 bytes (added by me@…, 19 years ago)

Portfile

Line 
1# $Id: $
2PortSystem                      1.0
3name                            avr-libc
4version                         1.2.5
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 b335df54d54ad47570f3e1e6794b4532
16depends_lib                     port:gettext
17depends_lib                     port:avr-gcc
18depends_build           port:binutils
19
20configure.cmd           ${workpath}/avr-libc-${version}/doconf
21configure.args          --prefix=${prefix}
22
23build.cmd                       ${workpath}/avr-libc-${version}/domake
24