diff options
Diffstat (limited to 'devel/avarice/Makefile')
-rw-r--r-- | devel/avarice/Makefile | 17 |
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> |