Ticket #5138: avarice-devel.Portfile

File avarice-devel.Portfile, 922 bytes (added by moll@…, 19 years ago)

avarice-devel Portfile

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