Ticket #5056: Portfile

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

Portfile

Line 
1# $Id: $
2PortSystem                      1.0
3name                            avarice
4version                         2.3
5categories                      cross
6maintainers                     me@staylor.ca
7description                     AVR JTAG-ICE control software
8long_description        AVaRICE is a program which interfaces the GNU Debugger \
9                                        GDB with the AVR JTAG ICE available from Atmel.
10homepage                        http://avarice.sourceforge.net/
11master_sites            http://unc.dl.sourceforge.net/sourceforge/avarice/ \
12                                        http://voxel.dl.sourceforge.net/sourceforge/avarice/ \
13                                        http://kent.dl.sourceforge.net/sourceforge/avarice/
14
15use_bzip2                       yes
16checksums                       md5 c6e7af8826606bc7c9f6a8e59c23e84b
17depends_lib                     port:gettext
18depends_build           port:binutils
19
20configure.env           LDFLAGS="-L'${prefix}/lib'"