# $Id: Portfile,v 1.2 2006/01/27 13:37:50 olegb Exp $
PortSystem			1.0
name				avarice
version				2.4
categories			cross
maintainers			me@staylor.ca
description			AVR JTAG-ICE control software
long_description	AVaRICE is a program which interfaces the GNU Debugger \
					GDB with the AVR JTAG ICE available from Atmel.
homepage			http://avarice.sourceforge.net/
master_sites		sourceforge

use_bzip2			yes
checksums			md5 5435160f1a73b095f4eab3b957d06a21
depends_lib			port:gettext
depends_build		port:binutils

configure.env		CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
configure.args    --mandir=${prefix}/share/man
