1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
William Grzybowski c6d67b0203 - Update to 2.13 [1]
- Add LICENSE (GPLv2)

PR:		ports/177617 [1]
Submitted by:	Craig Leres <leres@ee.lbl.gov>
Approved by:	culot / jpaetzel (mentors, implicit), maintainer (timeout)
2013-06-07 19:58:52 +00:00

26 lines
619 B
Makefile

# Created by: Brian Dean <bsd@FreeBSD.org>
# $FreeBSD$
PORTNAME= avarice
PORTVERSION= 2.13
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= joerg@FreeBSD.org
COMMENT= Atmel AVR JTAG programmer and debugging interface for avr-gdb
LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd \
${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty
USE_BZIP2= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
#CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include
MAN1= avarice.1 ice-gdb.1 ice-insight.1
.include <bsd.port.mk>