mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
30 lines
717 B
Makefile
30 lines
717 B
Makefile
# New ports collection makefile for: avarice
|
|
# Date created: 13 April 2003
|
|
# Whom: Brian Dean <bsd@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= avarice
|
|
PORTVERSION= 2.3
|
|
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
|
|
|
|
MAN1= avarice.1 ice-gdb.1 ice-insight.1
|
|
|
|
.include <bsd.port.mk>
|