blob: dc549a5d8431b60f0db0c5fd110e4211900181dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: avarice
# Date created: 13 April 2003
# Whom: Brian Dean <bsd@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= avarice
PORTVERSION= 2.0.20030403
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bsd
DISTNAME= ${PORTNAME}-${PORTVERSION}cvs
MAINTAINER= bsd@FreeBSD.org
COMMENT= Atmel AVR JTAG programmer and debugging interface for avr-gdb
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}cvs
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
USE_PERL5_BUILD= yes
.include <bsd.port.mk>
|