25 lines
419 B
Makefile
25 lines
419 B
Makefile
|
TOOL= gdb
|
||
|
TOOL_V= 7.2a
|
||
|
LTS_V= 20111205
|
||
|
|
||
|
REVISION= 3
|
||
|
|
||
|
GNU_TOOL= Yes
|
||
|
|
||
|
MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
|
||
|
|
||
|
RUN_DEPENDS= devel/msp430/binutils>=2.21.1a \
|
||
|
devel/msp430/gcc>=4.6.3
|
||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||
|
|
||
|
WANTLIB= c expat m curses z
|
||
|
|
||
|
CONFIGURE_ARGS+= --disable-werror
|
||
|
|
||
|
WRKDIST= ${WRKDIR}/${DISTNAME:S/a$//}
|
||
|
|
||
|
# XXX: Tries to install the xml syscall files?
|
||
|
SEPARATE_BUILD= No
|
||
|
|
||
|
.include <bsd.port.mk>
|