1 | # $Id: Portfile,v 1.1 2005/09/21 20:38:11 toby Exp $ |
---|
2 | PortSystem 1.0 |
---|
3 | name avarice-devel |
---|
4 | version 2.3cvs |
---|
5 | categories cross |
---|
6 | maintainers moll@isi.edu |
---|
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 | This version from CVS contains support for the JTAG ICE mkII. |
---|
11 | homepage http://avarice.sourceforge.net/ |
---|
12 | fetch.type cvs |
---|
13 | cvs.root :pserver:anonymous@cvs.sourceforge.net:/cvsroot/avarice |
---|
14 | cvs.module avarice |
---|
15 | cvs.env CVS_RSH=ssh |
---|
16 | worksrcdir avarice |
---|
17 | use_autoconf yes |
---|
18 | autoconf.cmd ./Bootstrap |
---|
19 | autoconf.env CPPFLAGS=-I/opt/local/include LDFLAGS="-framework IOKit -L/opt/local/lib" |
---|
20 | configure.env CPPFLAGS=-I/opt/local/include LDFLAGS="-framework IOKit -L/opt/local/lib" |
---|
21 | configure.args --mandir=${prefix}/share/man |
---|
22 | depends_lib port:gettext lib:libusb:libusb |
---|
23 | depends_build port:binutils |
---|