pkgsrc/cross/avr-gdb/Makefile

26 lines
666 B
Makefile
Raw Normal View History

2004-05-08 06:50:50 +02:00
# $NetBSD: Makefile,v 1.6 2004/05/08 04:50:51 snj Exp $
# FreeBSD Id: ports/devel/avr-gdb/Makefile,v 1.2 2003/03/07 06:00:08 ade Exp
DISTNAME= gdb-5.3
PKGNAME= avr-gdb-5.3
PKGREVISION= 1
CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_SOURCEWARE:=gdb/releases/}
MAINTAINER= karlj@mdstud.chalmers.se
2003-07-22 20:09:12 +02:00
COMMENT= GNU gdb for Atmel AVR 8-bit RISC microcontrollers
USE_GNU_TOOLS+= make
2004-05-08 06:50:50 +02:00
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --target=avr --program-prefix=avr
pre-configure:
cd ${WRKSRC} ; ${RM} -rf dejagnu expect sim tcl texinfo
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb \
${PREFIX}/bin/${PKGNAME:C/-[^-]*$//}
.include "../../mk/bsd.pkg.mk"