aboutsummaryrefslogtreecommitdiffstats
path: root/devel/avarice/Makefile
blob: 61de840df97fd009e5fdc837b047d558d7617d1c (plain) (blame)
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
26
27
28
29
30
31
32
33
# New ports collection makefile for:    avarice
# Date created:             13 April 2003
# Whom:                 Brian Dean <bsd@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   avarice
PORTVERSION=    2.12
CATEGORIES= devel
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

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

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.pre.mk>

.if ${OSVERSION} < 800069
LIB_DEPENDS+=   usb-0.1.8:${PORTSDIR}/devel/libusb
.endif

.include <bsd.port.post.mk>