1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/devel/avarice/Makefile
Joerg Wunsch 6068e22830 One of the scripts supplied in the tools subdir actually depends on Perl,
so the `configure' step failed if there's no Perl in sight.

Just make this depend on Perl by now.  Maybe the AVaRICE folks decide to
do that another way in future.

Notice by:	kris
2004-05-14 19:35:39 +00:00

28 lines
675 B
Makefile

# New ports collection makefile for: avarice
# Date created: 13 April 2003
# Whom: Brian Dean <bsd@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= avarice
PORTVERSION= 2.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= avarice
MAINTAINER= joerg@FreeBSD.org
COMMENT= Atmel AVR JTAG programmer and debugging interface for avr-gdb
BUILD_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd \
${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty
USE_BZIP2= yes
USE_PERL5= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
.include <bsd.port.mk>