mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
21 lines
423 B
Makefile
21 lines
423 B
Makefile
# Created by: Brian Dean <bsd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= avarice
|
|
PORTVERSION= 2.13
|
|
PORTREVISION= 2
|
|
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
|
|
CONFIGURE_ENV= ac_cv_path_pathperl=${PERL}
|
|
|
|
.include <bsd.port.mk>
|