aboutsummaryrefslogtreecommitdiff
path: root/devel/avarice/Makefile
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2004-04-28 20:57:04 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2004-04-28 20:57:04 +0000
commitf73c24c04c6024e6acc2fb146f9226588915126f (patch)
tree2628c94a01257b6380a0a4dba65f526dad0422f3 /devel/avarice/Makefile
parent1b50808b26eb2975f9eb38a2b0f4749c1a73909a (diff)
downloadports-f73c24c04c6024e6acc2fb146f9226588915126f.tar.gz
ports-f73c24c04c6024e6acc2fb146f9226588915126f.zip
Update to a recent version of AVaRICE (finally). This now also requires
the (just committed) libbfd and gnulibiberty ports. Since Brian Dean no longer has the time to maintain this port, he asked me to take it over.
Notes
Notes: svn path=/head/; revision=107880
Diffstat (limited to 'devel/avarice/Makefile')
-rw-r--r--devel/avarice/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/devel/avarice/Makefile b/devel/avarice/Makefile
index dc549a5d8431..4b9daf85b1e8 100644
--- a/devel/avarice/Makefile
+++ b/devel/avarice/Makefile
@@ -6,20 +6,21 @@
#
PORTNAME= avarice
-PORTVERSION= 2.0.20030403
+PORTVERSION= 2.2
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= bsd
-DISTNAME= ${PORTNAME}-${PORTVERSION}cvs
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= avarice
-MAINTAINER= bsd@FreeBSD.org
+MAINTAINER= joerg@FreeBSD.org
COMMENT= Atmel AVR JTAG programmer and debugging interface for avr-gdb
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}cvs
+BUILD_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd \
+ ${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty
+
+USE_BZIP2= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
-
-USE_PERL5_BUILD= yes
+CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
.include <bsd.port.mk>