openbsd-ports/devel/msp430/libc/Makefile
jasper 204ea86b6a - make a clear distinction between the regular PATCHFILES which are for
the msp430 config files and the LTS patches.
2011-11-11 17:23:04 +00:00

24 lines
475 B
Makefile

# $OpenBSD: Makefile,v 1.7 2011/11/11 17:23:05 jasper Exp $
COMMENT= GNU libc for msp430
DISTNAME= ${TARGET}-libc-20110612
REVISION= 0
LTS_PATCHES= msp430-libc-20110612-sf3387164.patch \
msp430-libc-20110612-sf3402836.patch
RUN_DEPENDS= devel/msp430/gcc>=4.5.3
BUILD_DEPENDS= ${RUN_DEPENDS}
MAKE_ENV= PREFIX=${PREFIX}
USE_GMAKE= Yes
WRKSRC= ${WRKDIST}/src/
CONFIGURE_STYLE= # This space intentionally left blank.
NO_REGRESS= Yes
.include <bsd.port.mk>