ebcb40e5e1
port, which is also in sync with winavr/avrstudio. Among other things, this adds support for atmega328... which means new arduino boards should work.
31 lines
616 B
Makefile
31 lines
616 B
Makefile
# $OpenBSD: Makefile,v 1.7 2010/06/27 20:58:10 ckuethe Exp $
|
|
|
|
COMMENT= Atmel AVR 8-bit RISC microcontrollers' GNU gdb
|
|
|
|
VER= 6.8
|
|
DISTNAME= gdb-${VER}
|
|
PKGNAME= avr-gdb-${VER}p3
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/gdb/gdb.html
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c m ncurses
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
|
|
|
|
REGRESS_DEPENDS= ::devel/dejagnu
|
|
|
|
RUN_DEPENDS= ::devel/avr/binutils \
|
|
::devel/avr/gcc
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
USE_LIBTOOL= Yes
|
|
LIBTOOL_FLAGS= --tag=disable-shared
|
|
|
|
.include <bsd.port.mk>
|