bbc8c4d740
Approved by: portmgr (not really, but touches unstaged ports)
19 lines
380 B
Makefile
19 lines
380 B
Makefile
# Created by: Brian Dean <bsd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= avarice
|
|
PORTVERSION= 2.13
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
USES= perl5 tar:bzip2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|