blob: 72d48c7cc03d38860bdc461585af2e1387a57892 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= avarice
PORTVERSION= 2.14
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= joerg@FreeBSD.org
COMMENT= Atmel AVR JTAG programmer and debugging interface for avr-gdb
WWW= http://avarice.sourceforge.net/
LICENSE= GPLv2
USES= compiler:c11 perl5 tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_pathperl=${PERL}
.include <bsd.port.mk>
|