openbsd-ports/devel/msp430/gdb/Makefile
jasper cb69a6737b - move to uniarch:
* remove tarred config/ but use the upstream patch now instead
2011-09-05 08:02:46 +00:00

25 lines
497 B
Makefile

# $OpenBSD: Makefile,v 1.5 2011/09/05 08:02:46 jasper Exp $
COMMENT= GNU debugger for msp430
VERSION= 7.2
R= 20110103
DISTNAME= gdb-${VERSION}
REVISION= 0
PKGNAME= ${TARGET}-${DISTNAME}
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>