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