2011-11-11 13:38:17 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2011/11/11 18:38:17 jasper Exp $
|
2011-09-02 03:06:21 -04:00
|
|
|
|
|
|
|
PKG_ARCH= *
|
|
|
|
|
|
|
|
COMMENT= C headers and binutils linker scripts for msp430
|
|
|
|
|
|
|
|
DISTNAME= msp430mcu-20110613
|
2011-11-11 13:38:17 -05:00
|
|
|
PKGNAME= ${DISTNAME}
|
2011-11-11 12:24:12 -05:00
|
|
|
REVISION= 1
|
2011-09-05 04:25:48 -04:00
|
|
|
|
2011-11-11 12:23:04 -05:00
|
|
|
LTS_PATCHES= msp430mcu-20110613-sf3379189.patch \
|
|
|
|
msp430mcu-20110613-sf3384550.patch \
|
|
|
|
msp430mcu-20110613-sf3400714.patch
|
2011-09-02 03:06:21 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=#empty
|
|
|
|
|
|
|
|
RUN_DEPENDS= devel/msp430/libc>=20110612
|
|
|
|
|
|
|
|
NO_BUILD= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC} && \
|
|
|
|
MSP430MCU_ROOT=${WRKSRC} /bin/sh scripts/install.sh ${PREFIX}
|
2011-10-21 12:23:44 -04:00
|
|
|
chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/msp430/
|
2011-09-02 03:06:21 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|