2011-11-11 13:38:17 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2011/11/11 18:38:17 jasper Exp $
|
2010-12-01 04:06:52 -05:00
|
|
|
|
|
|
|
COMMENT= GNU debugger for msp430
|
|
|
|
|
2011-05-09 04:59:39 -04:00
|
|
|
VERSION= 7.2
|
2011-09-05 04:02:46 -04:00
|
|
|
R= 20110103
|
2011-04-27 13:30:18 -04:00
|
|
|
DISTNAME= gdb-${VERSION}
|
2011-11-11 12:24:12 -05:00
|
|
|
REVISION= 1
|
2010-12-01 04:06:52 -05:00
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
|
2011-09-05 04:02:46 -04:00
|
|
|
PATCHFILES= msp430-gdb-${VERSION}-${R}.patch:0
|
2010-12-01 04:06:52 -05:00
|
|
|
|
2011-09-05 04:02:46 -04:00
|
|
|
RUN_DEPENDS= devel/msp430/binutils>=2.21.1 \
|
|
|
|
devel/msp430/gcc>=4.5.3
|
2010-12-01 04:06:52 -05:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
WANTLIB= c expat m ncurses z
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --disable-werror
|
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|