openbsd-ports/devel/msp430/msp430mcu/Makefile

26 lines
592 B
Makefile
Raw Normal View History

2012-07-06 12:41:21 -04:00
# $OpenBSD: Makefile,v 1.15 2012/07/06 16:41:21 jasper Exp $
PKG_ARCH= *
2012-07-06 12:41:21 -04:00
COMMENT= C headers and binutils linker scripts for ${TARGET}
TOOL= msp430mcu
TOOL_V= ${LTS_V}
# msp430mcu-20120406-sf3522088.patch doesn't apply to us, since ${BINDIR}
# is already created by mtree.
2012-04-17 08:22:02 -04:00
CONFIGURE_STYLE=# This space intentionally left blank
2012-04-17 08:22:02 -04:00
RUN_DEPENDS= devel/msp430/libc>=20120224
NO_BUILD= Yes
do-install:
cd ${WRKSRC} && \
2012-04-17 08:22:02 -04:00
MSP430MCU_ROOT=${WRKSRC} TRUEPREFIX=${TRUEPREFIX} \
/bin/sh scripts/install.sh ${PREFIX}
chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/msp430/
.include <bsd.port.mk>