freebsd-ports/devel/avarice/Makefile
Brian S. Dean e5dd9966a3 Fix avarice for 5.0 - needs perl for building.
Submitted by:	kris@ and bento
2003-04-17 22:36:31 +00:00

25 lines
548 B
Makefile

# 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>