mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
9304fd610b
- trim Makefile header Approved by: portmgr (bapt@, blanket)
26 lines
617 B
Makefile
26 lines
617 B
Makefile
# Created by: Brian Dean <bsd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= avarice
|
|
PORTVERSION= 2.13
|
|
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
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd \
|
|
${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty
|
|
|
|
USE_BZIP2= yes
|
|
USES= perl5
|
|
|
|
GNU_CONFIGURE= yes
|
|
#CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include
|
|
|
|
MAN1= avarice.1 ice-gdb.1 ice-insight.1
|
|
|
|
.include <bsd.port.mk>
|