openbsd-ports/devel/msp430/gdb/Makefile

24 lines
465 B
Makefile
Raw Normal View History

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